diff options
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 325d2910f9f9..76f462241738 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -42,11 +42,6 @@ config USB_SERIAL_CONSOLE | |||
42 | 42 | ||
43 | If unsure, say N. | 43 | If unsure, say N. |
44 | 44 | ||
45 | config USB_EZUSB | ||
46 | bool "Functions for loading firmware on EZUSB chips" | ||
47 | help | ||
48 | Say Y here if you need EZUSB device support. | ||
49 | |||
50 | config USB_SERIAL_GENERIC | 45 | config USB_SERIAL_GENERIC |
51 | bool "USB Generic Serial Driver" | 46 | bool "USB Generic Serial Driver" |
52 | help | 47 | help |
@@ -94,7 +89,7 @@ config USB_SERIAL_CH341 | |||
94 | 89 | ||
95 | config USB_SERIAL_WHITEHEAT | 90 | config USB_SERIAL_WHITEHEAT |
96 | tristate "USB ConnectTech WhiteHEAT Serial Driver" | 91 | tristate "USB ConnectTech WhiteHEAT Serial Driver" |
97 | select USB_EZUSB | 92 | select USB_EZUSB_FX2 |
98 | help | 93 | help |
99 | Say Y here if you want to use a ConnectTech WhiteHEAT 4 port | 94 | Say Y here if you want to use a ConnectTech WhiteHEAT 4 port |
100 | USB to serial converter device. | 95 | USB to serial converter device. |
@@ -281,7 +276,7 @@ config USB_SERIAL_IUU | |||
281 | 276 | ||
282 | config USB_SERIAL_KEYSPAN_PDA | 277 | config USB_SERIAL_KEYSPAN_PDA |
283 | tristate "USB Keyspan PDA Single Port Serial Driver" | 278 | tristate "USB Keyspan PDA Single Port Serial Driver" |
284 | select USB_EZUSB | 279 | select USB_EZUSB_FX2 |
285 | help | 280 | help |
286 | Say Y here if you want to use a Keyspan PDA single port USB to | 281 | Say Y here if you want to use a Keyspan PDA single port USB to |
287 | serial converter device. This driver makes use of firmware | 282 | serial converter device. This driver makes use of firmware |
@@ -292,7 +287,7 @@ config USB_SERIAL_KEYSPAN_PDA | |||
292 | 287 | ||
293 | config USB_SERIAL_KEYSPAN | 288 | config USB_SERIAL_KEYSPAN |
294 | tristate "USB Keyspan USA-xxx Serial Driver" | 289 | tristate "USB Keyspan USA-xxx Serial Driver" |
295 | select USB_EZUSB | 290 | select USB_EZUSB_FX2 |
296 | ---help--- | 291 | ---help--- |
297 | Say Y here if you want to use Keyspan USB to serial converter | 292 | Say Y here if you want to use Keyspan USB to serial converter |
298 | devices. This driver makes use of Keyspan's official firmware | 293 | devices. This driver makes use of Keyspan's official firmware |
@@ -596,7 +591,7 @@ config USB_SERIAL_CYBERJACK | |||
596 | 591 | ||
597 | config USB_SERIAL_XIRCOM | 592 | config USB_SERIAL_XIRCOM |
598 | tristate "USB Xircom / Entregra Single Port Serial Driver" | 593 | tristate "USB Xircom / Entregra Single Port Serial Driver" |
599 | select USB_EZUSB | 594 | select USB_EZUSB_FX2 |
600 | help | 595 | help |
601 | Say Y here if you want to use a Xircom or Entregra single port USB to | 596 | Say Y here if you want to use a Xircom or Entregra single port USB to |
602 | serial converter device. This driver makes use of firmware | 597 | serial converter device. This driver makes use of firmware |
@@ -660,6 +655,14 @@ config USB_SERIAL_ZIO | |||
660 | To compile this driver as a module, choose M here: the | 655 | To compile this driver as a module, choose M here: the |
661 | module will be called zio. | 656 | module will be called zio. |
662 | 657 | ||
658 | config USB_SERIAL_ZTE | ||
659 | tristate "ZTE USB serial driver" | ||
660 | help | ||
661 | Say Y here if you want to use a ZTE USB to serial device. | ||
662 | |||
663 | To compile this driver as a module, choose M here: the | ||
664 | module will be called zte. | ||
665 | |||
663 | config USB_SERIAL_SSU100 | 666 | config USB_SERIAL_SSU100 |
664 | tristate "USB Quatech SSU-100 Single Port Serial Driver" | 667 | tristate "USB Quatech SSU-100 Single Port Serial Driver" |
665 | help | 668 | help |