From patchwork Wed Oct 17 15:15:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] mainline-builds: enable V4L2 usb dependencies for quantal builds Date: Wed, 17 Oct 2012 05:15:30 -0000 From: Hauke Mehrtens X-Patchwork-Id: 192304 Message-Id: <1350486931-4742-1-git-send-email-hauke@hauke-m.de> To: apw@canonical.com Cc: Hauke Mehrtens , kernel-team@lists.ubuntu.com This option is a result of a reorg of the drivers/media Kconfig in 3.7 and default to N. We want them enabled. Signed-off-by: Hauke Mehrtens --- mainline-build/config.quantal | 1 + 1 file changed, 1 insertion(+) diff --git a/mainline-build/config.quantal b/mainline-build/config.quantal index e1274ee..2eb993e 100644 --- a/mainline-build/config.quantal +++ b/mainline-build/config.quantal @@ -8,3 +8,4 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y CONFIG_MEDIA_RADIO_SUPPORT=y CONFIG_MEDIA_RC_SUPPORT=y +CONFIG_MEDIA_USB_SUPPORT=y