From patchwork Mon Sep 10 15:50:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 182913 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 4461D2C007E for ; Tue, 11 Sep 2012 01:50:18 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TB6E1-0000bT-GY; Mon, 10 Sep 2012 15:48:37 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TB6Dz-0000bE-Hd for kernel-team@lists.ubuntu.com; Mon, 10 Sep 2012 15:48:35 +0000 Received: from 64-126-113-183.dyn.everestkc.net ([64.126.113.183] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TB6FT-0003nE-87; Mon, 10 Sep 2012 15:50:07 +0000 From: Seth Forshee To: Hauke Mehrtens Subject: [PATCH 1/2] mainline-builds: enable V4L2 dependencies for quantal builds Date: Mon, 10 Sep 2012 10:50:02 -0500 Message-Id: <1347292203-28075-2-git-send-email-seth.forshee@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1347292203-28075-1-git-send-email-seth.forshee@canonical.com> References: <1347194234-31558-1-git-send-email-hauke@hauke-m.de> <1347292203-28075-1-git-send-email-seth.forshee@canonical.com> Cc: apw@canonical.com, kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com These options are a result of a reorg of the drivers/media Kconfig in 3.6 and default to N. We want them enabled. Signed-off-by: Seth Forshee --- mainline-build/config.quantal | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mainline-build/config.quantal diff --git a/mainline-build/config.quantal b/mainline-build/config.quantal new file mode 100644 index 0000000..9abfbb9 --- /dev/null +++ b/mainline-build/config.quantal @@ -0,0 +1,5 @@ +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_RC_SUPPORT=y