ChangeSet 1.2181.4.89, 2005/03/29 21:16:08-08:00, [EMAIL PROTECTED]
[PATCH] USB: Put the Kconfig and Makefile back in proper order for the
serial drivers
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Kconfig | 19 ++++++++++---------
Makefile | 2 +-
2 files changed, 11 insertions(+), 10 deletions(-)
diff -Nru a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
--- a/drivers/usb/serial/Kconfig 2005-03-30 15:23:02 -08:00
+++ b/drivers/usb/serial/Kconfig 2005-03-30 15:23:02 -08:00
@@ -89,6 +89,16 @@
To compile this driver as a module, choose M here: the
module will be called digi_acceleport.
+config USB_SERIAL_CP2101
+ tristate "USB CP2101 UART Bridge Controller"
+ depends on USB_SERIAL && EXPERIMENTAL
+ help
+ Say Y here if you want to use a CP2101/CP2102 based USB to RS232
+ converter.
+
+ To compile this driver as a module, choose M here: the
+ module will be called cp2101.
+
config USB_SERIAL_CYPRESS_M8
tristate "USB Cypress M8 USB Serial Driver"
depends on USB_SERIAL && EXPERIMENTAL
@@ -435,15 +445,6 @@
To compile this driver as a module, choose M here: the
module will be called omninet.
-
-config USB_SERIAL_CP2101
- tristate "USB CP2101 UART Bridge Controller (EXPERIMENTAL)"
- depends on USB_SERIAL && EXPERIMENTAL
- help
- Say Y here if you want to use a CP2101/CP2102 based USB to RS232
converter.
-
- To compile this driver as a module, choose M here: the
- module will be called cp2101.
config USB_EZUSB
bool
diff -Nru a/drivers/usb/serial/Makefile b/drivers/usb/serial/Makefile
--- a/drivers/usb/serial/Makefile 2005-03-30 15:23:02 -08:00
+++ b/drivers/usb/serial/Makefile 2005-03-30 15:23:02 -08:00
@@ -12,6 +12,7 @@
usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y)
obj-$(CONFIG_USB_SERIAL_BELKIN) += belkin_sa.o
+obj-$(CONFIG_USB_SERIAL_CP2101) += cp2101.o
obj-$(CONFIG_USB_SERIAL_CYBERJACK) += cyberjack.o
obj-$(CONFIG_USB_SERIAL_CYPRESS_M8) += cypress_m8.o
obj-$(CONFIG_USB_SERIAL_DIGI_ACCELEPORT) += digi_acceleport.o
@@ -35,5 +36,4 @@
obj-$(CONFIG_USB_SERIAL_VISOR) += visor.o
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
-obj-$(CONFIG_USB_SERIAL_CP2101) += cp2101.o
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html