aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Kconfig
diff options
context:
space:
mode:
authorSteven Haigh <netwiz@crc.id.au>2006-08-09 07:42:06 +1000
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-27 11:58:59 -0700
commit03270634e242dd10cc8569d31a00659d25b2b8e7 (patch)
tree8f4665eb7b17386e733fcdc7d02e87c4a1592550 /drivers/usb/misc/Kconfig
parent8ac283ad415358f022498887811c35ac656b5222 (diff)
downloadlinux-03270634e242dd10cc8569d31a00659d25b2b8e7.tar.gz
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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 20539cf9394b1..288d301d2bff7 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -32,6 +32,16 @@ config USB_EMI26
To compile this driver as a module, choose M here: the
module will be called emi26.
+config USB_ADUTUX
+ tristate "ADU devices from Ontrak Control Systems (EXPERIMENTAL)"
+ depends on USB && EXPERIMENTAL
+ help
+ Say Y if you want to use an ADU device from Ontrak Control
+ Systems.
+
+ To compile this driver as a module, choose M here. The module
+ will be called adutux.
+
config USB_AUERSWALD
tristate "USB Auerswald ISDN support (EXPERIMENTAL)"
depends on USB && EXPERIMENTAL