aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-11-12 22:20:26 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:42:52 -0500
commitaf505b1eab55445e832bebbe5686f5bd22f1b717 (patch)
treefa4414c8d33f9856ba5c438799768129a90a5ab7 /drivers
parentfad57feba77d2e5b183e068cb6b90693e4567b40 (diff)
media: sh_mobile_ceu_camera: Add HAVE_CLK dependency.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 47102c2c8250..057fd7e160c4 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -759,7 +759,7 @@ config VIDEO_PXA27x
759 759
760config VIDEO_SH_MOBILE_CEU 760config VIDEO_SH_MOBILE_CEU
761 tristate "SuperH Mobile CEU Interface driver" 761 tristate "SuperH Mobile CEU Interface driver"
762 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA 762 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
763 select VIDEOBUF_DMA_CONTIG 763 select VIDEOBUF_DMA_CONTIG
764 ---help--- 764 ---help---
765 This is a v4l2 driver for the SuperH Mobile CEU Interface 765 This is a v4l2 driver for the SuperH Mobile CEU Interface