blob: d0479a563123a0c13420c061f143c22ebf96fe0d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# ISA Plug and Play configuration
4#
5config ISAPNP
6 bool "ISA Plug and Play support"
Mauro Carvalho Chehabda112f12018-04-20 08:53:49 -04007 depends on ISA || COMPILE_TEST
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
9 Say Y here if you would like support for ISA Plug and Play devices.
Mauro Carvalho Chehabbaa293e2019-06-27 15:39:22 -030010 Some information is in <file:Documentation/driver-api/isapnp.rst>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12 If unsure, say Y.