[kernel/f16] Change USB_SERIAL_OPTION back to modular. (rhbz 727680)

Dave Jones davej at fedoraproject.org
Tue Aug 2 22:19:36 UTC 2011


commit e0ce6b691cc02dd16c0fb91ad5a16da874c3a02f
Author: Dave Jones <davej at redhat.com>
Date:   Tue Aug 2 18:19:14 2011 -0400

    Change USB_SERIAL_OPTION back to modular. (rhbz 727680)

 config-generic |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index a1ebab7..36f6379 100644
--- a/config-generic
+++ b/config-generic
@@ -3381,7 +3381,7 @@ CONFIG_USB_SERIAL_MOS7715_PARPORT=y
 CONFIG_USB_SERIAL_MOS7840=m
 CONFIG_USB_SERIAL_MOTOROLA=m
 CONFIG_USB_SERIAL_NAVMAN=m
-CONFIG_USB_SERIAL_OPTION=y
+CONFIG_USB_SERIAL_OPTION=m
 CONFIG_USB_SERIAL_OTI6858=m
 CONFIG_USB_SERIAL_OPTICON=m
 CONFIG_USB_SERIAL_OMNINET=m
diff --git a/kernel.spec b/kernel.spec
index 7e8210d..dfe7cdf 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1895,6 +1895,9 @@ fi
 # and build.
 
 %changelog
+* Tue Aug 02 2011 Dave Jones <davej at redhat.com>
+- Change USB_SERIAL_OPTION back to modular. (rhbz 727680)
+
 * Tue Aug 02 2011 Josh Boyer <jwboyer at redhat.com>
 - Fix epoll recursive lockdep warnings (rhbz 722472)
 - Turn debug builds back on


More information about the scm-commits mailing list