mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:40:53 +07:00
baa293e954
There are lots of documents under Documentation/*.txt and a few other orphan documents elsehwere that belong to the driver-API book. Move them to their right place. Reviewed-by: Cornelia Huck <cohuck@redhat.com> # vfio-related parts Acked-by: Logan Gunthorpe <logang@deltatee.com> # switchtec Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# ISA Plug and Play configuration
|
|
#
|
|
config ISAPNP
|
|
bool "ISA Plug and Play support"
|
|
depends on ISA || COMPILE_TEST
|
|
help
|
|
Say Y here if you would like support for ISA Plug and Play devices.
|
|
Some information is in <file:Documentation/driver-api/isapnp.rst>.
|
|
|
|
If unsure, say Y.
|