From patchwork Mon Sep 10 15:50:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] mainline-builds: enable V4L2 dependencies for quantal builds Date: Mon, 10 Sep 2012 05:50:02 -0000 From: Seth Forshee X-Patchwork-Id: 182913 Message-Id: <1347292203-28075-2-git-send-email-seth.forshee@canonical.com> To: Hauke Mehrtens Cc: apw@canonical.com, kernel-team@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