| Submitter | Seth Forshee |
|---|---|
| Date | Sept. 10, 2012, 3:50 p.m. |
| Message ID | <1347292203-28075-3-git-send-email-seth.forshee@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/182914/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/mainline-build/config.quantal b/mainline-build/config.quantal index 9abfbb9..e1274ee 100644 --- a/mainline-build/config.quantal +++ b/mainline-build/config.quantal @@ -1,3 +1,8 @@ +CONFIG_COMEDI_ISA_DRIVERS=y +CONFIG_COMEDI_MISC_DRIVERS=y +CONFIG_COMEDI_PCI_DRIVERS=y +CONFIG_COMEDI_PCMCIA_DRIVERS=y +CONFIG_COMEDI_USB_DRIVERS=y CONFIG_MEDIA_ANALOG_TV_SUPPORT=y CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
Some options changed from tristates to bools in 3.6. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- mainline-build/config.quantal | 5 +++++ 1 file changed, 5 insertions(+)