diff options
author | Arthur Huillet <arthur.huillet@agoctrl.org> | 2005-04-22 18:06:59 -0400 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-22 18:06:59 -0400 |
commit | 36045fb77cb8b4043063ea54067907a1afd317b4 (patch) | |
tree | f997f900af829aeb155ee74fe7b187bd9c7cbce1 /drivers/usb/serial/Kconfig | |
parent | 35f4a0c4416b4fd789f94328dc5940e79e1507b0 (diff) |
[PATCH] USB: add HP49G+ Calculator USB Serial support
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/Kconfig')
-rw-r--r-- | drivers/usb/serial/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/serial/Kconfig b/drivers/usb/serial/Kconfig index b869076d9c7c..0c4aa00bb39d 100644 --- a/drivers/usb/serial/Kconfig +++ b/drivers/usb/serial/Kconfig | |||
@@ -395,6 +395,15 @@ config USB_SERIAL_PL2303 | |||
395 | To compile this driver as a module, choose M here: the | 395 | To compile this driver as a module, choose M here: the |
396 | module will be called pl2303. | 396 | module will be called pl2303. |
397 | 397 | ||
398 | config USB_SERIAL_HP4X | ||
399 | tristate "USB HP4x Calculators support" | ||
400 | depends on USB_SERIAL | ||
401 | help | ||
402 | Say Y here if you want to use an Hewlett-Packard 4x Calculator. | ||
403 | |||
404 | To compile this driver as a module, choose M here: the | ||
405 | module will be called hp4x. | ||
406 | |||
398 | config USB_SERIAL_SAFE | 407 | config USB_SERIAL_SAFE |
399 | tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)" | 408 | tristate "USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL)" |
400 | depends on USB_SERIAL && EXPERIMENTAL | 409 | depends on USB_SERIAL && EXPERIMENTAL |