diff mbox

[1/2] mainline-builds: enable V4L2 dependencies for quantal builds

Message ID 1347292203-28075-2-git-send-email-seth.forshee@canonical.com
State New
Headers show

Commit Message

Seth Forshee Sept. 10, 2012, 3:50 p.m. UTC
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 <seth.forshee@canonical.com>
---
 mainline-build/config.quantal |    5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 mainline-build/config.quantal

Comments

Tim Gardner Sept. 10, 2012, 4:13 p.m. UTC | #1
On 09/10/2012 09:50 AM, Seth Forshee wrote:
> 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 <seth.forshee@canonical.com>
> ---
>  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
> 

Didn't think of that....
diff mbox

Patch

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