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 <rafael.j.wysocki@intel.com> 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> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent ed30a4a commit 59c9450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)