diff options
author | Rene Buergel <rene.buergel@sohard.de> | 2012-09-26 22:20:19 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-26 14:20:28 -0700 |
commit | 70c048a238c780c226eb4b115ebaa908cb3b34ec (patch) | |
tree | 0aef8cbb8b4b9e2172a4444060df5e2a473998af /drivers/usb/misc/Kconfig | |
parent | e0423dee897734576cf4cc021165dd4521e9d3cc (diff) | |
download | linux-70c048a238c780c226eb4b115ebaa908cb3b34ec.tar.gz linux-70c048a238c780c226eb4b115ebaa908cb3b34ec.tar.bz2 linux-70c048a238c780c226eb4b115ebaa908cb3b34ec.zip |
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 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) |