From patchwork Thu Oct 14 11:35:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samreen X-Patchwork-Id: 253151 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9EBe604026940 for ; Thu, 14 Oct 2010 11:40:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266Ab0JNLkF (ORCPT ); Thu, 14 Oct 2010 07:40:05 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:59318 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753123Ab0JNLkF (ORCPT ); Thu, 14 Oct 2010 07:40:05 -0400 Received: from dlep36.itg.ti.com ([157.170.170.91]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o9EBe4Qx001230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Oct 2010 06:40:04 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id o9EBe2MQ009020; Thu, 14 Oct 2010 06:40:02 -0500 (CDT) Received: from localhost (graphicspc.apr.dhcp.ti.com [172.24.136.217]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o9EBe0f19054; Thu, 14 Oct 2010 06:40:01 -0500 (CDT) From: Samreen To: linux-omap@vger.kernel.org Cc: Samreen Subject: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options on OMAP3 Date: Thu, 14 Oct 2010 17:05:23 +0530 Message-Id: <1287056123-25227-1-git-send-email-samreen@ti.com> X-Mailer: git-send-email 1.5.6.3 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 14 Oct 2010 11:40:07 +0000 (UTC) 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.