2019-05-19 08:07:45 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# ISA Plug and Play configuration
|
|
|
|
#
|
|
|
|
config ISAPNP
|
|
|
|
bool "ISA Plug and Play support"
|
2018-04-20 08:53:49 -04:00
|
|
|
depends on ISA || COMPILE_TEST
|
2005-04-16 18:20:36 -04:00
|
|
|
help
|
|
|
|
Say Y here if you would like support for ISA Plug and Play devices.
|
2019-06-27 14:39:22 -04:00
|
|
|
Some information is in <file:Documentation/driver-api/isapnp.rst>.
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
If unsure, say Y.
|