]> git.karo-electronics.de Git - linux-beck.git/commitdiff
USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
authorRene Buergel <rene.buergel@sohard.de>
Wed, 26 Sep 2012 20:20:19 +0000 (22:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 21:20:28 +0000 (14:20 -0700)
This patch
- moves drivers/usb/serial/ezusb.c to drivers/usb/misc/
- renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors
- adapts Makefiles and Kconfigs switching from bool to tristate for CONFIG_USB_EZUSB_FX2

Signed-off-by: René Bürgel <rene.buergel@sohard.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/ezusb.c [moved from drivers/usb/serial/ezusb.c with 100% similarity]
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile

index 1bfcd02ebeb560314aa29e6e8fbe85278591e659..a8f05239350e665feeb9640074e5bac228881174 100644 (file)
@@ -244,3 +244,8 @@ config USB_YUREX
          To compile this driver as a module, choose M here: the
          module will be called yurex.
 
+config USB_EZUSB_FX2
+       tristate "Functions for loading firmware on EZUSB chips"
+       help
+         Say Y here if you need EZUSB device support.
+         (Cypress FX/FX2/FX2LP microcontrollers)
index 796ce7ebccc8dcdc9b9740a744b9f8f8125a22a2..3e99a643294b78509728f94068c5294a17ed55bc 100644 (file)
@@ -11,6 +11,7 @@ obj-$(CONFIG_USB_CYPRESS_CY7C63)      += cypress_cy7c63.o
 obj-$(CONFIG_USB_CYTHERM)              += cytherm.o
 obj-$(CONFIG_USB_EMI26)                        += emi26.o
 obj-$(CONFIG_USB_EMI62)                        += emi62.o
+obj-$(CONFIG_USB_EZUSB_FX2)            += ezusb.o
 obj-$(CONFIG_USB_FTDI_ELAN)            += ftdi-elan.o
 obj-$(CONFIG_USB_IDMOUSE)              += idmouse.o
 obj-$(CONFIG_USB_IOWARRIOR)            += iowarrior.o
index f604f707a05895b3a47419192082b0b078767837..76f4622417380eff45c205664cfb3179727edbc7 100644 (file)
@@ -42,11 +42,6 @@ config USB_SERIAL_CONSOLE
 
          If unsure, say N.
 
-config USB_EZUSB
-       bool "Functions for loading firmware on EZUSB chips"
-       help
-           Say Y here if you need EZUSB device support.
-
 config USB_SERIAL_GENERIC
        bool "USB Generic Serial Driver"
        help
@@ -94,7 +89,7 @@ config USB_SERIAL_CH341
 
 config USB_SERIAL_WHITEHEAT
        tristate "USB ConnectTech WhiteHEAT Serial Driver"
-       select USB_EZUSB
+       select USB_EZUSB_FX2
        help
          Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
          USB to serial converter device.
@@ -281,7 +276,7 @@ config USB_SERIAL_IUU
 
 config USB_SERIAL_KEYSPAN_PDA
        tristate "USB Keyspan PDA Single Port Serial Driver"
-       select USB_EZUSB
+       select USB_EZUSB_FX2
        help
          Say Y here if you want to use a Keyspan PDA single port USB to
          serial converter device.  This driver makes use of firmware
@@ -292,7 +287,7 @@ config USB_SERIAL_KEYSPAN_PDA
 
 config USB_SERIAL_KEYSPAN
        tristate "USB Keyspan USA-xxx Serial Driver"
-       select USB_EZUSB
+       select USB_EZUSB_FX2
        ---help---
          Say Y here if you want to use Keyspan USB to serial converter
          devices.  This driver makes use of Keyspan's official firmware
@@ -596,7 +591,7 @@ config USB_SERIAL_CYBERJACK
 
 config USB_SERIAL_XIRCOM
        tristate "USB Xircom / Entregra Single Port Serial Driver"
-       select USB_EZUSB
+       select USB_EZUSB_FX2
        help
          Say Y here if you want to use a Xircom or Entregra single port USB to
          serial converter device.  This driver makes use of firmware
index 45871f9ad1e1c79b99ad34c01f7328a4e57cefe2..3b3e7308d4765513a7395d163e4b49259c48980d 100644 (file)
@@ -9,7 +9,6 @@ obj-$(CONFIG_USB_SERIAL)                        += usbserial.o
 usbserial-y := usb-serial.o generic.o bus.o
 
 usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
-usbserial-$(CONFIG_USB_EZUSB)          += ezusb.o
 
 obj-$(CONFIG_USB_SERIAL_AIRCABLE)              += aircable.o
 obj-$(CONFIG_USB_SERIAL_ARK3116)               += ark3116.o