comedi: Correct dependencies for COMEDI_NI_PCIDIO
authorIan Abbott <abbotti@mev.co.uk>
Wed, 13 Sep 2023 17:07:00 +0000 (18:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2023 11:34:04 +0000 (13:34 +0200)
commit7b79e3d2c6333f410a9dc2e61f987120315f09c0
tree866ef1578acbf8bf306b3f7375bb3a6be819ab5d
parent14388ec0052c14640bf805dee55372f92557c6d9
comedi: Correct dependencies for COMEDI_NI_PCIDIO

The ni_pcidio module does not depend on the comedi_8255 module, so
change the `COMEDI_NI_PCIDIO` configuration option to not select
`COMEDI_8255` and remove the inherited dependency on `HAS_IOPORT`.

Cc: Arnd Bergmann <arnd@kernel.org>
Cc: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20230913170712.111719-2-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/comedi/Kconfig