xref: /linux/drivers/pnp/isapnp/Kconfig (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# ISA Plug and Play configuration
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldsconfig ISAPNP
61da177e4SLinus Torvalds	bool "ISA Plug and Play support"
7*59c9450bSNiklas Schnelle	depends on ISA || (HAS_IOPORT && COMPILE_TEST)
81da177e4SLinus Torvalds	help
91da177e4SLinus Torvalds	  Say Y here if you would like support for ISA Plug and Play devices.
1077e07557SVegard Nossum	  Some information is in <file:Documentation/userspace-api/isapnp.rst>.
111da177e4SLinus Torvalds
121da177e4SLinus Torvalds	  If unsure, say Y.
13