Skip to content

Commit 59c9450

Browse files
niklas88rafaeljw
authored andcommitted
PNP: add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will disable inb()/outb() and friends at compile time. We thus need to depend on HAS_IOPORT even when compile testing only. Acked-by: Rafael J. Wysocki <[email protected]> Co-developed-by: Arnd Bergmann <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Niklas Schnelle <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ed30a4a commit 59c9450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pnp/isapnp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
config ISAPNP
66
bool "ISA Plug and Play support"
7-
depends on ISA || COMPILE_TEST
7+
depends on ISA || (HAS_IOPORT && COMPILE_TEST)
88
help
99
Say Y here if you would like support for ISA Plug and Play devices.
1010
Some information is in <file:Documentation/userspace-api/isapnp.rst>.

0 commit comments

Comments
 (0)