diff options
author | Steven Haigh <netwiz@crc.id.au> | 2006-08-08 17:42:06 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 14:58:59 -0400 |
commit | 03270634e242dd10cc8569d31a00659d25b2b8e7 (patch) | |
tree | 8f4665eb7b17386e733fcdc7d02e87c4a1592550 /drivers/usb/misc/Kconfig | |
parent | 8ac283ad415358f022498887811c35ac656b5222 (diff) |
USB: Add ADU support for Ontrak ADU devices
This patch adds support for Ontrak ADU USB devices.
Fixed for printk issues by Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Steven Haigh <netwiz@crc.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 20539cf9394b..288d301d2bff 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -32,6 +32,16 @@ config USB_EMI26 | |||
32 | To compile this driver as a module, choose M here: the | 32 | To compile this driver as a module, choose M here: the |
33 | module will be called emi26. | 33 | module will be called emi26. |
34 | 34 | ||
35 | config USB_ADUTUX | ||
36 | tristate "ADU devices from Ontrak Control Systems (EXPERIMENTAL)" | ||
37 | depends on USB && EXPERIMENTAL | ||
38 | help | ||
39 | Say Y if you want to use an ADU device from Ontrak Control | ||
40 | Systems. | ||
41 | |||
42 | To compile this driver as a module, choose M here. The module | ||
43 | will be called adutux. | ||
44 | |||
35 | config USB_AUERSWALD | 45 | config USB_AUERSWALD |
36 | tristate "USB Auerswald ISDN support (EXPERIMENTAL)" | 46 | tristate "USB Auerswald ISDN support (EXPERIMENTAL)" |
37 | depends on USB && EXPERIMENTAL | 47 | depends on USB && EXPERIMENTAL |