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

[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>

Len Brown bfea6c2a eb7b6b32

+3 -5
+3 -5
drivers/acpi/Kconfig
··· 44 44 if ACPI 45 45 46 46 config ACPI_SLEEP 47 - bool "Sleep States (EXPERIMENTAL)" 47 + bool "Sleep States" 48 48 depends on X86 && (!SMP || SUSPEND_SMP) 49 - depends on EXPERIMENTAL && PM 49 + depends on PM 50 50 default y 51 51 ---help--- 52 52 This option adds support for ACPI suspend states. ··· 108 108 config ACPI_VIDEO 109 109 tristate "Video" 110 110 depends on X86 111 - depends on EXPERIMENTAL 112 111 default m 113 112 help 114 113 This driver implement the ACPI Extensions For Display Adapters ··· 119 120 for your integrated video device. 120 121 121 122 config ACPI_HOTKEY 122 - tristate "Generic Hotkey" 123 + tristate "Generic Hotkey (EXPERIMENTAL)" 123 124 depends on EXPERIMENTAL 124 125 depends on X86 125 126 default n ··· 295 296 config X86_PM_TIMER 296 297 bool "Power Management Timer Support" 297 298 depends on X86 298 - depends on EXPERIMENTAL 299 299 depends on !X86_64 300 300 default n 301 301 help