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-09-03 14:12:28 -0700
commitc77ec8fc7e7d7fcf89e5ab59465cda4ab42fa711 (patch)
tree8c1c4e79e1130c3c1b724cd5c33d1e9c78e3a6a6 /drivers
parent1a15dbe32df9f99c050e30ec72f9edaf6b3d415e (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.