diff options
| author | Rene Buergel <rene.buergel@sohard.de> | 2012-09-26 16:20:19 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-26 17:20:28 -0400 |
| commit | 70c048a238c780c226eb4b115ebaa908cb3b34ec (patch) | |
| tree | 0aef8cbb8b4b9e2172a4444060df5e2a473998af /drivers/usb/misc/Kconfig | |
| parent | e0423dee897734576cf4cc021165dd4521e9d3cc (diff) | |
USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
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>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
| -rw-r--r-- | drivers/usb/misc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 1bfcd02ebeb5..a8f05239350e 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
| @@ -244,3 +244,8 @@ config USB_YUREX | |||
| 244 | To compile this driver as a module, choose M here: the | 244 | To compile this driver as a module, choose M here: the |
| 245 | module will be called yurex. | 245 | module will be called yurex. |
| 246 | 246 | ||
| 247 | config USB_EZUSB_FX2 | ||
| 248 | tristate "Functions for loading firmware on EZUSB chips" | ||
| 249 | help | ||
| 250 | Say Y here if you need EZUSB device support. | ||
| 251 | (Cypress FX/FX2/FX2LP microcontrollers) | ||
