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