diff options
author | Dave Jones <davej@redhat.com> | 2011-04-19 20:04:42 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-04-19 20:04:42 -0400 |
commit | 0e465b7a3f2f450907047b3fb673b0c5a95ceaa7 (patch) | |
tree | bed160382ae9c4708c93d5eb527ab2aa2d9a993b | |
parent | aac9f66ea2c7e9e931be3113bf0b50384eb61139 (diff) | |
download | kernel-0e465b7a3f2f450907047b3fb673b0c5a95ceaa7.tar.gz kernel-0e465b7a3f2f450907047b3fb673b0c5a95ceaa7.tar.xz kernel-0e465b7a3f2f450907047b3fb673b0c5a95ceaa7.zip |
Make USB serial console work.
How did we go this long with this not working ?
-rw-r--r-- | config-generic | 4 | ||||
-rw-r--r-- | kernel.spec | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 9c722719f..779415bcc 100644 --- a/config-generic +++ b/config-generic @@ -3292,7 +3292,7 @@ CONFIG_USB_USS720=m # # USB Serial Converter support # -CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m @@ -3358,6 +3358,8 @@ CONFIG_USB_SERIAL_DEBUG=m CONFIG_USB_SERIAL_SSU100=m CONFIG_USB_SERIAL_SAMBA=m +CONFIG_USB_SERIAL_CONSOLE=y + CONFIG_USB_EZUSB=y CONFIG_USB_EMI62=m CONFIG_USB_LED=m diff --git a/kernel.spec b/kernel.spec index dcd1fa9f3..a8cb14b15 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1941,6 +1941,10 @@ fi # and build. %changelog +* Tue Apr 19 2011 Dave Jones <davej@redhat.com> +- Build USB_SERIAL in instead of modular. + Enable USB_SERIAL_CONSOLE. + * Wed Apr 13 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.39-0.rc3.git2.0 - Update to snapshot 2.6.39-rc3-git2 |