summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap/Kconfig
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2010-05-27 13:17:07 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-07-08 21:48:44 +0200
commit5ba9bb0ef658a7f4c082cdfc4f779729506042f5 (patch)
tree171bc7cabb071ec51a5a93f2de6ed91d923e6855 /drivers/media/video/omap/Kconfig
parentLinux 2.6.35-rc4 (diff)
downloadlinux-5ba9bb0ef658a7f4c082cdfc4f779729506042f5.tar.xz
linux-5ba9bb0ef658a7f4c082cdfc4f779729506042f5.zip
V4L/DVB: OMAP_VOUT:Build FIX: Rebased against latest DSS2 changes
Changes - - Kconfig option dependancy changed to ARCH_OMAP2/3 from ARCH_OMAP24XX/34XX - There are some moments of function from omap_dss_device to omap_dss_driver. Incorporated changes for the same. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Muralidharan Karicheri <mkaricheri@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap/Kconfig')
-rw-r--r--drivers/media/video/omap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/omap/Kconfig b/drivers/media/video/omap/Kconfig
index 97c53949ca89..c1d19335891a 100644
--- a/drivers/media/video/omap/Kconfig
+++ b/drivers/media/video/omap/Kconfig
@@ -1,6 +1,6 @@
config VIDEO_OMAP2_VOUT
tristate "OMAP2/OMAP3 V4L2-Display driver"
- depends on ARCH_OMAP24XX || ARCH_OMAP34XX
+ depends on ARCH_OMAP2 || ARCH_OMAP3
select VIDEOBUF_GEN
select VIDEOBUF_DMA_SG
select OMAP2_DSS