2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 15:20:36 -07: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 15:20:36 -07:00
|
|
|
help
|
|
|
|
|
Say Y here if you would like support for ISA Plug and Play devices.
|
2019-06-27 15:39:22 -03:00
|
|
|
Some information is in <file:Documentation/driver-api/isapnp.rst>.
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
If unsure, say Y.
|