diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-07 17:59:03 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-25 00:16:44 -0400 |
| commit | 619a6f1d1423d08e74ed2b8a2113f12ef18e4373 (patch) | |
| tree | 0e61a8c5bf85d27d72db244cc0ad49daa1ccaace /drivers/usb/serial/Kconfig | |
| parent | 7106967ecc0a33a7d7e2e04798eb9f45377f448b (diff) | |
USB: add usb-serial spcp8x5 driver
Original version of the driver done by Linxb, changes by Harald, and
lots of cleanups by me in order to get it into a mergable state.
Cc: Linxb <xubin.lin@worldplus.com.cn>
Cc: Harald Klein <hari@vt100.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
| -rw-r--r-- | drivers/usb/serial/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index a769f6a5d7fb..f9c6c0922c00 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
| @@ -503,6 +503,16 @@ config USB_SERIAL_OTI6858 | |||
| 503 | To compile this driver as a module, choose M here: the | 503 | To compile this driver as a module, choose M here: the |
| 504 | module will be called oti6858. | 504 | module will be called oti6858. |
| 505 | 505 | ||
| 506 | config USB_SERIAL_SPCP8X5 | ||
| 507 | tristate "USB SPCP8x5 USB To Serial Driver" | ||
| 508 | depends on USB_SERIAL | ||
| 509 | help | ||
| 510 | Say Y here if you want to use the spcp8x5 converter chip. This is | ||
| 511 | commonly found in some Z-Wave USB devices. | ||
| 512 | |||
| 513 | To compile this driver as a module, choose M here: the | ||
| 514 | module will be called spcp8x5. | ||
| 515 | |||
| 506 | config USB_SERIAL_HP4X | 516 | config USB_SERIAL_HP4X |
| 507 | tristate "USB HP4x Calculators support" | 517 | tristate "USB HP4x Calculators support" |
| 508 | depends on USB_SERIAL | 518 | depends on USB_SERIAL |
