diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-11-15 01:59:21 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-15 03:45:39 +0100 |
commit | cbff2fbf55c21f50298b1aef1263b11bf510e35f (patch) | |
tree | 76adbd9e1ddfd1604406d384aac6819cf2164b05 /drivers/acpi/Kconfig | |
parent | Add IORESOUCE_BUSY flag for System RAM (diff) | |
download | linux-cbff2fbf55c21f50298b1aef1263b11bf510e35f.tar.xz linux-cbff2fbf55c21f50298b1aef1263b11bf510e35f.zip |
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 <lenb@kernel.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |