aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-08-25 12:15:11 -0400
committerLen Brown <len.brown@intel.com>2005-08-25 12:20:24 -0400
commitbfea6c2af798d9a882bbc6b9ae9893ab1864d230 (patch)
tree83cf2310c5781c1c481ea0f04ef74f52fd682073 /drivers/acpi/Kconfig
parenteb7b6b32644f7a48357e02f8004f88b3220f3494 (diff)
[ACPI] reduce use of EXPERIMENTAL in acpi/Kconfig
Distros are shipping modules we had marked EXPERIMENTAL, so clearly it has lost some meaning. Delete that dependency for shipping modules, retaining it only for ACPI_HOTKEY and ACPI_CONTAINER to emphasize that they lack testing on real hardware. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 5e8f15ffe99d..1117358256ba 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -44,9 +44,9 @@ config ACPI
44if ACPI 44if ACPI
45 45
46config ACPI_SLEEP 46config ACPI_SLEEP
47 bool "Sleep States (EXPERIMENTAL)" 47 bool "Sleep States"
48 depends on X86 && (!SMP || SUSPEND_SMP) 48 depends on X86 && (!SMP || SUSPEND_SMP)
49 depends on EXPERIMENTAL && PM 49 depends on PM
50 default y 50 default y
51 ---help--- 51 ---help---
52 This option adds support for ACPI suspend states. 52 This option adds support for ACPI suspend states.
@@ -108,7 +108,6 @@ config ACPI_BUTTON
108config ACPI_VIDEO 108config ACPI_VIDEO
109 tristate "Video" 109 tristate "Video"
110 depends on X86 110 depends on X86
111 depends on EXPERIMENTAL
112 default m 111 default m
113 help 112 help
114 This driver implement the ACPI Extensions For Display Adapters 113 This driver implement the ACPI Extensions For Display Adapters
@@ -120,7 +119,7 @@ config ACPI_VIDEO
120 for your integrated video device. 119 for your integrated video device.
121 120
122config ACPI_HOTKEY 121config ACPI_HOTKEY
123 tristate "Generic Hotkey" 122 tristate "Generic Hotkey (EXPERIMENTAL)"
124 depends on EXPERIMENTAL 123 depends on EXPERIMENTAL
125 depends on X86 124 depends on X86
126 default n 125 default n
@@ -296,7 +295,6 @@ config ACPI_SYSTEM
296config X86_PM_TIMER 295config X86_PM_TIMER
297 bool "Power Management Timer Support" 296 bool "Power Management Timer Support"
298 depends on X86 297 depends on X86
299 depends on EXPERIMENTAL
300 depends on !X86_64 298 depends on !X86_64
301 default n 299 default n
302 help 300 help