Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pcmcia: add HAS_IOPORT dependencies

In a future patch HAS_IOPORT=n will result in inb()/outb() and friends
not being declared. Add dependencies for those drivers that use them.

Co-developed-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Link: https://lore.kernel.org/r/20230522105049.1467313-27-schnelle@linux.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Niklas Schnelle and committed by
Greg Kroah-Hartman
34ff9e51 ce3e8ec0

+2 -3
+2 -3
drivers/pcmcia/Kconfig
··· 5 5 6 6 menuconfig PCCARD 7 7 tristate "PCCard (PCMCIA/CardBus) support" 8 - depends on !UML 9 8 help 10 9 Say Y here if you want to attach PCMCIA- or PC-cards to your Linux 11 10 computer. These are credit-card size devices such as network cards, ··· 112 113 113 114 config PD6729 114 115 tristate "Cirrus PD6729 compatible bridge support" 115 - depends on PCMCIA && PCI 116 + depends on PCMCIA && PCI && HAS_IOPORT 116 117 select PCCARD_NONSTATIC 117 118 help 118 119 This provides support for the Cirrus PD6729 PCI-to-PCMCIA bridge ··· 120 121 121 122 config I82092 122 123 tristate "i82092 compatible bridge support" 123 - depends on PCMCIA && PCI 124 + depends on PCMCIA && PCI && HAS_IOPORT 124 125 select PCCARD_NONSTATIC 125 126 help 126 127 This provides support for the Intel I82092AA PCI-to-PCMCIA bridge device,