From: Andrew Morton Date: Thu, 15 Nov 2007 00:59:21 +0000 (-0800) Subject: acpi: make ACPI_PROCFS default to y X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cbff2fbf55c21f50298b1aef1263b11bf510e35f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git acpi: make ACPI_PROCFS default to y Zillions of people are getting my-battery-monitor-doesnt-work problems (including me). Lessen the damage by making ACPI_PROCFS default to on. Cc: Len Brown Cc: "Rafael J. Wysocki" Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index ce9dead0f499..087a7028ae84 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -50,6 +50,7 @@ config ACPI_SLEEP config ACPI_PROCFS bool "Deprecated /proc/acpi files" depends on PROC_FS + default y ---help--- For backwards compatibility, this option allows deprecated /proc/acpi/ files to exist, even when