mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:20:53 +07:00
drivers/pnp/pnpbios: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
949db153b6
commit
35de87deee
@ -2,8 +2,8 @@
|
||||
# Plug and Play BIOS configuration
|
||||
#
|
||||
config PNPBIOS
|
||||
bool "Plug and Play BIOS support (EXPERIMENTAL)"
|
||||
depends on ISA && X86 && EXPERIMENTAL
|
||||
bool "Plug and Play BIOS support"
|
||||
depends on ISA && X86
|
||||
default n
|
||||
---help---
|
||||
Linux uses the PNPBIOS as defined in "Plug and Play BIOS
|
||||
|
Loading…
Reference in New Issue
Block a user