diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 16:34:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-08 16:34:01 -0500 |
commit | 62f2a83de0436d5d35eefc668e3b25db54406910 (patch) | |
tree | 1cb1162b31401f3af0f148ec87828d795909c553 /drivers/usb/serial/Kconfig | |
parent | 11a4f40064f38dcc369d716bea2020f6b5e290ff (diff) |
USB: serial: metro-usb: add to the build
This adds the metro-usb driver to the build system properly.
Cc: Aleksey Babahin <tamerlan311@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index 434df7f2a4bd..7141d6599060 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -426,6 +426,14 @@ config USB_SERIAL_MCT_U232 | |||
426 | To compile this driver as a module, choose M here: the | 426 | To compile this driver as a module, choose M here: the |
427 | module will be called mct_u232. | 427 | module will be called mct_u232. |
428 | 428 | ||
429 | config USB_SERIAL_METRO | ||
430 | tristate "USB Metrologic Instruments USB-POS Barcode Scanner Driver" | ||
431 | ---help--- | ||
432 | Say Y here if you want to use a USB POS Metrologic barcode scanner. | ||
433 | |||
434 | To compile this driver as a module, choose M here: the | ||
435 | module will be called metro-usb. | ||
436 | |||
429 | config USB_SERIAL_MOS7720 | 437 | config USB_SERIAL_MOS7720 |
430 | tristate "USB Moschip 7720 Serial Driver" | 438 | tristate "USB Moschip 7720 Serial Driver" |
431 | ---help--- | 439 | ---help--- |