summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-06-04 18:23:49 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-06-09 10:56:00 -0700
commitfb238b3e368cd9e4609638106d33823ff83ed1bd (patch)
treea77dd63a0968094846ad8200353b27ddd2347a84 /drivers
parent73898f34936475555d4797c0c64b24c4952c0c9a (diff)
mxc/capture/Kconfig: Let all ARCH_MX6Q select MXC_TVIN_ADV7180
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/Kconfig b/drivers/media/video/mxc/capture/Kconfig
index a862636dbed0..1ad0cc2f5df1 100644
--- a/drivers/media/video/mxc/capture/Kconfig
+++ b/drivers/media/video/mxc/capture/Kconfig
@@ -96,7 +96,7 @@ config MXC_CAMERA_OV5642
config MXC_TVIN_ADV7180
tristate "Analog Device adv7180 TV Decoder Input support"
- depends on (MACH_MX35_3DS || MACH_MX51_3DS || MACH_MX6Q_SABREAUTO || MACH_MX6Q_ARM2)
+ depends on (MACH_MX35_3DS || MACH_MX51_3DS || ARCH_MX6Q)
---help---
If you plan to use the adv7180 video decoder with your MXC system, say Y here.