| Submitter | Seth Forshee |
|---|---|
| Date | Sept. 10, 2012, 3:50 p.m. |
| Message ID | <1347292203-28075-2-git-send-email-seth.forshee@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/182913/ |
| State | New |
| Headers | show |
Comments
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....
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
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