summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2012-08-03 11:33:01 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-08-13 18:30:23 -0700
commit32bb1544800c6d08c9a682548c94a27d1eb41875 (patch)
treeb027d90a98c6eeb0367fa164f33143b88c783340 /drivers/staging/comedi/Kconfig
parent657f77d173d32d53b8217561446e59160ee0fb91 (diff)
downloadlinux-3.10-32bb1544800c6d08c9a682548c94a27d1eb41875.tar.gz
linux-3.10-32bb1544800c6d08c9a682548c94a27d1eb41875.tar.bz2
linux-3.10-32bb1544800c6d08c9a682548c94a27d1eb41875.zip
staging: comedi: update adl_pci7296 driver
Currently this driver only supports the 96-channel PCI-7296. The 24 and 48 channel PCI-7224 and PCI-7248 boards share the same register map and just have less 8255 devices providing the i/o channels. This adds the PCI PnP support for the other boards in the ADLink PCI-72xx series. Also, remove the legacy attach using the comedi_config utility. This driver now supports the comedi PCI auto config attach mechanism and the legacy attach is not supported or required by this driver. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/Kconfig')
-rw-r--r--drivers/staging/comedi/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index 159de1db2a7..d36486e51a9 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -688,10 +688,12 @@ config COMEDI_ADL_PCI7X3X
called adl_pci7x3x.
config COMEDI_ADL_PCI7296
- tristate "ADLink PCI-7296 96 ch. digital io board support"
+ tristate "ADLink PCI-72xx opto-22 compatible digital i/o board support"
select COMEDI_8255
---help---
- Enable support for ADlink PCI-7296 96 ch. digital io board support
+ Enable support for ADlink PCI-72xx opto-22 compatible digital i/o
+ boards. Supported boards include the 24-channel PCI-7224, 48-channel
+ PCI-7248, and 96-channel PCI-7296.
To compile this driver as a module, choose M here: the module will be
called adl_pci7296.