The defconfig options for V4L2 are taken in the respective Kconfig
to enable V4L2 by default on OMAP3 platforms

Signed-off-by: Samreen <samr...@ti.com>
---
 drivers/media/Kconfig            |    2 ++
 drivers/media/video/omap/Kconfig |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

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.
-- 
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to