diff mbox

[1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3

Message ID 1287056123-25227-1-git-send-email-samreen@ti.com (mailing list archive)
State New, archived
Delegated to: Tomi Valkeinen
Headers show

Commit Message

Samreen Oct. 14, 2010, 11:35 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index a28541b..2592d88 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -5,6 +5,7 @@ 
 menuconfig MEDIA_SUPPORT
 	tristate "Multimedia support"
 	depends on HAS_IOMEM
+	default y if ARCH_OMAP2 || ARCH_OMAP3
 	help
 	  If you want to use Video for Linux, DVB for Linux, or DAB adapters,
 	  enable this option and other options below.
@@ -19,6 +20,7 @@  comment "Multimedia core support"
 
 config VIDEO_DEV
 	tristate "Video For Linux"
+	default y if ARCH_OMAP2 || ARCH_OMAP3
 	---help---
 	  V4L core support for video capture and overlay devices, webcams and
 	  AM/FM radio cards.
diff --git a/drivers/media/video/omap/Kconfig b/drivers/media/video/omap/Kconfig
index e63233f..f3e33c3 100644
--- a/drivers/media/video/omap/Kconfig
+++ b/drivers/media/video/omap/Kconfig
@@ -6,6 +6,6 @@  config VIDEO_OMAP2_VOUT
 	select OMAP2_DSS
 	select OMAP2_VRAM
 	select OMAP2_VRFB
-	default n
+	default y
 	---help---
 	  V4L2 Display driver support for OMAP2/3 based boards.