Browse Source

drivers/acpi: 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.

CC: Len Brown <lenb@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kees Cook 12 years ago
parent
commit
f756f28b84
1 changed files with 3 additions and 6 deletions
  1. 3 6
      drivers/acpi/Kconfig

+ 3 - 6
drivers/acpi/Kconfig

@@ -176,7 +176,6 @@ config ACPI_FAN
 
 
 config ACPI_DOCK
 config ACPI_DOCK
 	bool "Dock"
 	bool "Dock"
-	depends on EXPERIMENTAL
 	help
 	help
 	  This driver supports ACPI-controlled docking stations and removable
 	  This driver supports ACPI-controlled docking stations and removable
 	  drive bays such as the IBM Ultrabay and the Dell Module Bay.
 	  drive bays such as the IBM Ultrabay and the Dell Module Bay.
@@ -202,7 +201,7 @@ config ACPI_PROCESSOR
 	  the module will be called processor.
 	  the module will be called processor.
 config ACPI_IPMI
 config ACPI_IPMI
 	tristate "IPMI"
 	tristate "IPMI"
-	depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER
+	depends on IPMI_SI && IPMI_HANDLER
 	default n
 	default n
 	help
 	help
 	  This driver enables the ACPI to access the BMC controller. And it
 	  This driver enables the ACPI to access the BMC controller. And it
@@ -214,14 +213,13 @@ config ACPI_IPMI
 
 
 config ACPI_HOTPLUG_CPU
 config ACPI_HOTPLUG_CPU
 	bool
 	bool
-	depends on EXPERIMENTAL && ACPI_PROCESSOR && HOTPLUG_CPU
+	depends on ACPI_PROCESSOR && HOTPLUG_CPU
 	select ACPI_CONTAINER
 	select ACPI_CONTAINER
 	default y
 	default y
 
 
 config ACPI_PROCESSOR_AGGREGATOR
 config ACPI_PROCESSOR_AGGREGATOR
 	tristate "Processor Aggregator"
 	tristate "Processor Aggregator"
 	depends on ACPI_PROCESSOR
 	depends on ACPI_PROCESSOR
-	depends on EXPERIMENTAL
 	depends on X86
 	depends on X86
 	help
 	help
 	  ACPI 4.0 defines processor Aggregator, which enables OS to perform
 	  ACPI 4.0 defines processor Aggregator, which enables OS to perform
@@ -337,8 +335,7 @@ config X86_PM_TIMER
 	  systems require this timer. 
 	  systems require this timer. 
 
 
 config ACPI_CONTAINER
 config ACPI_CONTAINER
-	tristate "Container and Module Devices (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	tristate "Container and Module Devices"
 	default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)
 	default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO)
 	help
 	help
 	  This driver supports ACPI Container and Module devices (IDs
 	  This driver supports ACPI Container and Module devices (IDs