summaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/capture/Kconfig
diff options
context:
space:
mode:
authorb37753 <B37753@freescale.com>2012-01-06 15:50:40 -0600
committerJason Liu <r64343@freescale.com>2012-07-20 13:19:50 +0800
commitf8e1a3bb62eecf93a31a51c4dbe08a0214fa1d57 (patch)
tree16b66c511027b6f70a8dafefd94416a8a0be4d83 /drivers/media/video/mxc/capture/Kconfig
parent348ef75f5fc78b3d94f4214cacc414e8a9030809 (diff)
ENGR00170444: [v3]imx6sabreauto adv7180 TVin port
Kconfig and Makefile was modified in order to enable adv7180 driver for mx6q architecture. adv7180.c mutex was changed to semaphore as is described in "https://lwn.net/Articles/304725/ ". sensor data structure is added in fsl_devices.h. mxc_v4l2_capture.c condition in mxc_v4l2_sparam was removed because is going to be always true capture mode only have 1 possible value as is described in "https://lwn.net/Articles/235023/". ipu_capture.c clock divisor setup was added at init the csi. Signed-off-by: B37753 <B37753@freescale.com>
Diffstat (limited to 'drivers/media/video/mxc/capture/Kconfig')
-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 c9f3e3bcaec1..595f55bda658 100644
--- a/drivers/media/video/mxc/capture/Kconfig
+++ b/drivers/media/video/mxc/capture/Kconfig
@@ -100,7 +100,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)
+ depends on (MACH_MX35_3DS || MACH_MX51_3DS || MACH_MX6Q_SABREAUTO)
---help---
If you plan to use the adv7180 video decoder with your MXC system, say Y here.