summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r--drivers/usb/serial/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig
index c354203ba4ec..a9a6aff68e48 100644
--- a/drivers/usb/serial/Kconfig
+++ b/drivers/usb/serial/Kconfig
@@ -525,6 +525,7 @@ config USB_SERIAL_SIERRAWIRELESS
config USB_SERIAL_TI
tristate "USB TI 3410/5052 Serial Driver"
+ select FW_LOADER
help
Say Y here if you want to use the TI USB 3410 or 5052
serial devices.
@@ -532,6 +533,22 @@ config USB_SERIAL_TI
To compile this driver as a module, choose M here: the
module will be called ti_usb_3410_5052.
+config USB_SERIAL_TI_3410_FIRMWARE
+ bool "Include USB TI 3410 firmware in kernel"
+ depends on USB_SERIAL_TI
+ help
+ This option allows you to build the required firmware for the
+ USB TI 3410 devices into the kernel. Say 'N' and let it
+ get loaded by udev instead.
+
+config USB_SERIAL_TI_5052_FIRMWARE
+ bool "Include USB TI 5052 firmware in kernel"
+ depends on USB_SERIAL_TI
+ help
+ This option allows you to build the required firmware for the
+ USB TI 5052 devices into the kernel. Say 'N' and let it
+ get loaded by udev instead.
+
config USB_SERIAL_CYBERJACK
tristate "USB REINER SCT cyberJack pinpad/e-com chipcard reader"
---help---