diff options
Diffstat (limited to 'drivers/pnp/pnpbios/Kconfig')
-rw-r--r-- | drivers/pnp/pnpbios/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pnp/pnpbios/Kconfig b/drivers/pnp/pnpbios/Kconfig index b986d9fa3b9a..50c3dd065e03 100644 --- a/drivers/pnp/pnpbios/Kconfig +++ b/drivers/pnp/pnpbios/Kconfig | |||
@@ -2,8 +2,8 @@ | |||
2 | # Plug and Play BIOS configuration | 2 | # Plug and Play BIOS configuration |
3 | # | 3 | # |
4 | config PNPBIOS | 4 | config PNPBIOS |
5 | bool "Plug and Play BIOS support (EXPERIMENTAL)" | 5 | bool "Plug and Play BIOS support" |
6 | depends on ISA && X86 && EXPERIMENTAL | 6 | depends on ISA && X86 |
7 | default n | 7 | default n |
8 | ---help--- | 8 | ---help--- |
9 | Linux uses the PNPBIOS as defined in "Plug and Play BIOS | 9 | Linux uses the PNPBIOS as defined in "Plug and Play BIOS |