Revert "comedi: add HAS_IOPORT dependencies"
authorIan Abbott <abbotti@mev.co.uk>
Tue, 5 Sep 2023 09:09:22 +0000 (10:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Sep 2023 13:49:20 +0000 (15:49 +0200)
commit98a15816636044f25be4644db2a3e09fad68aaf7
treeeac1ca909447c4c9ebf3fbeba952ffaf5eabd888
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
Revert "comedi: add HAS_IOPORT dependencies"

This reverts commit b5c75b68b7ded84d4c82118974ce3975a4dcaa74.

The commit makes it impossible to select configuration options that
depend on COMEDI_8254, COMEDI_DAS08, COMEDI_NI_LABPC, or
COMEDI_AMPLC_DIO200 options due to changing 'select' directives to
'depends on' directives and there being no other way to select those
codependent configuration options.

Fixes: b5c75b68b7de ("comedi: add HAS_IOPORT dependencies")
Cc: Niklas Schnelle <schnelle@linux.ibm.com>
Cc: Arnd Bergmann <arnd@kernel.org>
Cc: <stable@vger.kernel.org> # v6.5+
Acked-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Link: https://lore.kernel.org/r/20230905090922.3314-1-abbotti@mev.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/comedi/Kconfig