Commit 98071b67 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: addi_apci_1516: update the Kconfig

This driver does not use virt_to_bus(), remove the depends on for it.

Update the Kconfig entry to list all the boards supported by this
driver. Also, expand the help text a bit.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3f0732a7
...@@ -594,10 +594,11 @@ config COMEDI_ADDI_APCI_1500 ...@@ -594,10 +594,11 @@ config COMEDI_ADDI_APCI_1500
called addi_apci_1500. called addi_apci_1500.
config COMEDI_ADDI_APCI_1516 config COMEDI_ADDI_APCI_1516
tristate "ADDI-DATA APCI-1516/2016 support" tristate "ADDI-DATA APCI-1016/1516/2016 support"
depends on VIRT_TO_BUS
---help--- ---help---
Enable support for ADDI-DATA APCI-1516 and APCI-2016 boards. Enable support for ADDI-DATA APCI-1016, APCI-1516 and APCI-2016 boards.
These are 16 channel, optically isolated, digital I/O boards. The 1516
and 2016 boards also have a watchdog for resetting the outputs to "0".
To compile this driver as a module, choose M here: the module will be To compile this driver as a module, choose M here: the module will be
called addi_apci_1516. called addi_apci_1516.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment