]> Pileus Git - ~andy/linux/commit
staging: comedi: Kconfig: COMEDI_NI_ATMIO16D should not depend on ISAPNP
authorIan Abbott <abbotti@mev.co.uk>
Fri, 26 Jul 2013 11:03:19 +0000 (12:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 22:05:03 +0000 (15:05 -0700)
commit91f44915115f8c9f79457d24a57472cac78dc2ee
tree1bf687341af9c252359d7917f58224d271980f39
parente4ea910a487af187950f88d345e6dc9744c8d257
staging: comedi: Kconfig: COMEDI_NI_ATMIO16D should not depend on ISAPNP

The COMEDI_NI_ATMIO16D configuration option causes the "ni_atmio16d"
module to be built, which handles the National Instruments AT-MIO-16 and
AT-MIO-16D cards.  The configuration option currently depends on ISAPNP,
but the module doesn't use any ISAPNP functions and the cards are legacy
ISA cards with base I/O port, IRQ and DMA channel configured by jumpers.
(The driver doesn't use DMA though.)

Remove the ISADNP dependancy from COMEDI_NI_ATMIO16D and fix up the help
text - the card names are missing a dash and they're not ISA-PNP.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig