From: Andrew Morton Date: Thu, 15 Nov 2007 00:59:21 +0000 (-0800) Subject: acpi: make ACPI_PROCFS default to y X-Git-Tag: v2.6.24-rc3~103 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cbff2fbf55c21f50298b1aef1263b11bf510e35f;p=linux-2.6-omap-h63xx.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 ce9dead0f49..087a7028ae8 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