PNPACPI: remove EXPERIMENTAL dependency
PNPACPI is pretty widely used and seems fairly stable, so remove the dependency on EXPERIMENTAL. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Adam Belay <ambx1@neo.rr.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
5eca338fb5
commit
fb5c3e1b6d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Plug and Play ACPI configuration
|
# Plug and Play ACPI configuration
|
||||||
#
|
#
|
||||||
config PNPACPI
|
config PNPACPI
|
||||||
bool "Plug and Play ACPI support (EXPERIMENTAL)"
|
bool "Plug and Play ACPI support"
|
||||||
depends on PNP && ACPI && EXPERIMENTAL
|
depends on PNP && ACPI
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Linux uses the PNPACPI to autodetect built-in
|
Linux uses the PNPACPI to autodetect built-in
|
||||||
|
|
Loading…
Reference in a new issue