diff options
author | Harrison Metzger <harrisonmetz@gmail.com> | 2008-08-14 12:29:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 17:40:51 -0400 |
commit | eb86be5424d4c08e686d5e578b72a26c516ae58a (patch) | |
tree | 757c974b683640a6da10f0c8d21efac432a04243 /drivers/usb/misc/Kconfig | |
parent | c3d36c453c84554eb12941b3f98abf4fefec000a (diff) |
USB: Added driver for a Delcom USB 7-segment LED Display
Added basic support for a Delcom USB 7-segment LED Display
Signed-off by: Harrison Metzger <harrisonmetz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 4ea50e0abcbb..25e1157ab176 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -42,6 +42,15 @@ config USB_ADUTUX | |||
42 | To compile this driver as a module, choose M here. The module | 42 | To compile this driver as a module, choose M here. The module |
43 | will be called adutux. | 43 | will be called adutux. |
44 | 44 | ||
45 | config USB_SEVSEG | ||
46 | tristate "USB 7-Segment LED Display" | ||
47 | depends on USB | ||
48 | help | ||
49 | Say Y here if you have a USB 7-Segment Display by Delcom | ||
50 | |||
51 | To compile this driver as a module, choose M here: the | ||
52 | module will be called usbsevseg. | ||
53 | |||
45 | config USB_RIO500 | 54 | config USB_RIO500 |
46 | tristate "USB Diamond Rio500 support" | 55 | tristate "USB Diamond Rio500 support" |
47 | depends on USB | 56 | depends on USB |