diff options
author | Oliver Bock <o.bock@fh-wolfenbuettel.de> | 2006-06-09 18:42:19 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 18:04:17 -0400 |
commit | 4255e6f6d98ad092c27fa2b83ac314cbe8a0c56f (patch) | |
tree | 564734c2b0112880b7b826af1c8e441e3e65f89e /drivers/usb/misc/Kconfig | |
parent | d9ac2cfc3aaf3bc37da4192d3edfa11d2ad2e96f (diff) |
[PATCH] USB: new driver for Cypress CY7C63xxx mirco controllers
This is a new driver for the Cypress CY7C63xxx mirco controller series.
It currently supports the pre-programmed CYC63001A-PC by AK Modul-Bus
GmbH. It's based on a kernel 2.4 driver (cyport) by Marcus Maul which I
ported to kernel 2.6 using sysfs. I intend to support more controllers
of this family (and more features) as soon as I get hold of the required
IDs etc. Please see the source code's header for more information.
Signed-off-by: Oliver Bock <o.bock@fh-wolfenbuettel.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index af79d0447bbd..daa486dde8cf 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -88,6 +88,20 @@ config USB_LED | |||
88 | To compile this driver as a module, choose M here: the | 88 | To compile this driver as a module, choose M here: the |
89 | module will be called usbled. | 89 | module will be called usbled. |
90 | 90 | ||
91 | config USB_CY7C63 | ||
92 | tristate "Cypress CY7C63xxx USB driver support" | ||
93 | depends on USB | ||
94 | help | ||
95 | Say Y here if you want to connect a Cypress CY7C63xxx | ||
96 | micro controller to your computer's USB port. This driver | ||
97 | supports the pre-programmed devices (incl. firmware) by | ||
98 | AK Modul-Bus Computer GmbH. | ||
99 | |||
100 | Please see: http://www.ak-modul-bus.de/stat/mikrocontroller.html | ||
101 | |||
102 | To compile this driver as a module, choose M here: the | ||
103 | module will be called cy7c63. | ||
104 | |||
91 | config USB_CYTHERM | 105 | config USB_CYTHERM |
92 | tristate "Cypress USB thermometer driver support" | 106 | tristate "Cypress USB thermometer driver support" |
93 | depends on USB | 107 | depends on USB |