aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/platform/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 0494d2769fd7..bd99e5055fa1 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -36,7 +36,7 @@ source "drivers/media/platform/blackfin/Kconfig"
36config VIDEO_SH_VOU 36config VIDEO_SH_VOU
37 tristate "SuperH VOU video output driver" 37 tristate "SuperH VOU video output driver"
38 depends on MEDIA_CAMERA_SUPPORT 38 depends on MEDIA_CAMERA_SUPPORT
39 depends on VIDEO_DEV && ARCH_SHMOBILE 39 depends on VIDEO_DEV && ARCH_SHMOBILE && I2C
40 select VIDEOBUF_DMA_CONTIG 40 select VIDEOBUF_DMA_CONTIG
41 help 41 help
42 Support for the Video Output Unit (VOU) on SuperH SoCs. 42 Support for the Video Output Unit (VOU) on SuperH SoCs.