Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # ISA Plug and Play configuration
0004 #
0005 config ISAPNP
0006         bool "ISA Plug and Play support"
0007         depends on ISA || COMPILE_TEST
0008         help
0009           Say Y here if you would like support for ISA Plug and Play devices.
0010           Some information is in <file:Documentation/driver-api/isapnp.rst>.
0011 
0012           If unsure, say Y.