mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
mISDN: add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them. With that the !S390 dependency on ISDN can be removed as all drivers without HAS_IOPORT requirement now build. Co-developed-by: Arnd Bergmann <arnd@kernel.org> Signed-off-by: Arnd Bergmann <arnd@kernel.org> Acked-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Link: https://lore.kernel.org/r/20230522105049.1467313-21-schnelle@linux.ibm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e7f3dd801e
commit
14360031f8
@@ -6,7 +6,6 @@
|
||||
menuconfig ISDN
|
||||
bool "ISDN support"
|
||||
depends on NET && NETDEVICES
|
||||
depends on !S390 && !UML
|
||||
help
|
||||
ISDN ("Integrated Services Digital Network", called RNIS in France)
|
||||
is a fully digital telephone service that can be used for voice and
|
||||
|
||||
Reference in New Issue
Block a user