diff options
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 70338f4ec918..b361f05cafac 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -496,6 +496,14 @@ config USB_SERIAL_SAFE_PADDED | |||
496 | bool "USB Secure Encapsulated Driver - Padded" | 496 | bool "USB Secure Encapsulated Driver - Padded" |
497 | depends on USB_SERIAL_SAFE | 497 | depends on USB_SERIAL_SAFE |
498 | 498 | ||
499 | config USB_SERIAL_SIEMENS_MPI | ||
500 | tristate "USB Siemens MPI driver" | ||
501 | help | ||
502 | Say M here if you want to use a Siemens USB/MPI adapter. | ||
503 | |||
504 | To compile this driver as a module, choose M here: the | ||
505 | module will be called siemens_mpi. | ||
506 | |||
499 | config USB_SERIAL_SIERRAWIRELESS | 507 | config USB_SERIAL_SIERRAWIRELESS |
500 | tristate "USB Sierra Wireless Driver" | 508 | tristate "USB Sierra Wireless Driver" |
501 | help | 509 | help |
@@ -565,6 +573,15 @@ config USB_SERIAL_OMNINET | |||
565 | To compile this driver as a module, choose M here: the | 573 | To compile this driver as a module, choose M here: the |
566 | module will be called omninet. | 574 | module will be called omninet. |
567 | 575 | ||
576 | config USB_SERIAL_OPTICON | ||
577 | tristate "USB Opticon Barcode driver (serial mode)" | ||
578 | help | ||
579 | Say Y here if you want to use a Opticon USB Barcode device | ||
580 | in serial emulation mode. | ||
581 | |||
582 | To compile this driver as a module, choose M here: the | ||
583 | module will be called opticon. | ||
584 | |||
568 | config USB_SERIAL_DEBUG | 585 | config USB_SERIAL_DEBUG |
569 | tristate "USB Debugging Device" | 586 | tristate "USB Debugging Device" |
570 | help | 587 | help |