Change USB_SERIAL_OPTION back to modular. (rhbz 727680)

This commit is contained in:
Dave Jones 2011-08-02 18:20:02 -04:00
parent ed3d2678ba
commit f52a0de1ad
2 changed files with 4 additions and 1 deletions

View File

@ -3420,7 +3420,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

View File

@ -1891,6 +1891,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Aug 02 2011 Dave Jones <davej@redhat.com>
- Change USB_SERIAL_OPTION back to modular. (rhbz 727680)
* Tue Aug 02 2011 Josh Boyer <jwboyer@redhat.com>
- Linux 3.0-git17
- Add patch to fix backtrace in cdc_ncm driver (rhbz 720128)