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]>


 drivers/usb/serial/Kconfig  |   19 ++++++++++---------
 drivers/usb/serial/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 13:30:36 -08:00
+++ b/drivers/usb/serial/Kconfig        2005-03-30 13:30:36 -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 13:30:36 -08:00
+++ b/drivers/usb/serial/Makefile       2005-03-30 13:30:36 -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
 



-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to