Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
f756f28b aa8820cc

+3 -6
+3 -6
drivers/acpi/Kconfig
··· 176 176 177 177 config ACPI_DOCK 178 178 bool "Dock" 179 - depends on EXPERIMENTAL 180 179 help 181 180 This driver supports ACPI-controlled docking stations and removable 182 181 drive bays such as the IBM Ultrabay and the Dell Module Bay. ··· 201 202 the module will be called processor. 202 203 config ACPI_IPMI 203 204 tristate "IPMI" 204 - depends on EXPERIMENTAL && IPMI_SI && IPMI_HANDLER 205 + depends on IPMI_SI && IPMI_HANDLER 205 206 default n 206 207 help 207 208 This driver enables the ACPI to access the BMC controller. And it ··· 213 214 214 215 config ACPI_HOTPLUG_CPU 215 216 bool 216 - depends on EXPERIMENTAL && ACPI_PROCESSOR && HOTPLUG_CPU 217 + depends on ACPI_PROCESSOR && HOTPLUG_CPU 217 218 select ACPI_CONTAINER 218 219 default y 219 220 220 221 config ACPI_PROCESSOR_AGGREGATOR 221 222 tristate "Processor Aggregator" 222 223 depends on ACPI_PROCESSOR 223 - depends on EXPERIMENTAL 224 224 depends on X86 225 225 help 226 226 ACPI 4.0 defines processor Aggregator, which enables OS to perform ··· 335 337 systems require this timer. 336 338 337 339 config ACPI_CONTAINER 338 - tristate "Container and Module Devices (EXPERIMENTAL)" 339 - depends on EXPERIMENTAL 340 + tristate "Container and Module Devices" 340 341 default (ACPI_HOTPLUG_MEMORY || ACPI_HOTPLUG_CPU || ACPI_HOTPLUG_IO) 341 342 help 342 343 This driver supports ACPI Container and Module devices (IDs