.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Plug and Play BIOS configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | bool "Plug and Play BIOS support" |
---|
6 | 7 | depends on ISA && X86_32 |
---|
7 | 8 | default n |
---|
8 | | - ---help--- |
---|
| 9 | + help |
---|
9 | 10 | Linux uses the PNPBIOS as defined in "Plug and Play BIOS |
---|
10 | 11 | Specification Version 1.0A May 5, 1994" to autodetect built-in |
---|
11 | 12 | mainboard resources (e.g. parallel port resources). |
---|
.. | .. |
---|
25 | 26 | config PNPBIOS_PROC_FS |
---|
26 | 27 | bool "Plug and Play BIOS /proc interface" |
---|
27 | 28 | depends on PNPBIOS && PROC_FS |
---|
28 | | - ---help--- |
---|
| 29 | + help |
---|
29 | 30 | If you say Y here and to "/proc file system support", you will be |
---|
30 | 31 | able to directly access the PNPBIOS. This includes resource |
---|
31 | 32 | allocation, ESCD, and other PNPBIOS services. Using this |
---|