Skip to content

Commit

Permalink
PNPACPI: remove EXPERIMENTAL dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Jan 26, 2007
1 parent 5eca338 commit fb5c3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pnp/pnpacpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Plug and Play ACPI configuration
#
config PNPACPI
bool "Plug and Play ACPI support (EXPERIMENTAL)"
depends on PNP && ACPI && EXPERIMENTAL
bool "Plug and Play ACPI support"
depends on PNP && ACPI
default y
---help---
Linux uses the PNPACPI to autodetect built-in
Expand Down

0 comments on commit fb5c3e1

Please sign in to comment.