diff options
| author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2007-01-24 03:49:19 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-01-26 02:15:57 -0500 |
| commit | fb5c3e1b6d304bcf5f8d697471e36f2fa8d53f1c (patch) | |
| tree | ba4a7b0b16687e7be40516b40977997198715066 | |
| parent | 5eca338fb510af78eee5372ff6a3525768ab913f (diff) | |
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>
| -rw-r--r-- | drivers/pnp/pnpacpi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pnp/pnpacpi/Kconfig b/drivers/pnp/pnpacpi/Kconfig index b1854171b963..ad27e5e0101f 100644 --- a/drivers/pnp/pnpacpi/Kconfig +++ b/drivers/pnp/pnpacpi/Kconfig | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | # Plug and Play ACPI configuration | 2 | # Plug and Play ACPI configuration |
| 3 | # | 3 | # |
| 4 | config PNPACPI | 4 | config PNPACPI |
| 5 | bool "Plug and Play ACPI support (EXPERIMENTAL)" | 5 | bool "Plug and Play ACPI support" |
| 6 | depends on PNP && ACPI && EXPERIMENTAL | 6 | depends on PNP && ACPI |
| 7 | default y | 7 | default y |
| 8 | ---help--- | 8 | ---help--- |
| 9 | Linux uses the PNPACPI to autodetect built-in | 9 | Linux uses the PNPACPI to autodetect built-in |
