Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # ISA Plug and Play configuration |
| 4 | # |
| 5 | config ISAPNP |
| 6 | bool "ISA Plug and Play support" |
Mauro Carvalho Chehab | da112f1 | 2018-04-20 08:53:49 -0400 | [diff] [blame] | 7 | depends on ISA || COMPILE_TEST |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | help |
| 9 | Say Y here if you would like support for ISA Plug and Play devices. |
Mauro Carvalho Chehab | baa293e | 2019-06-27 15:39:22 -0300 | [diff] [blame] | 10 | Some information is in <file:Documentation/driver-api/isapnp.rst>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | If unsure, say Y. |