浏览代码

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>
Andrew Morton 17 年之前
父节点
当前提交
cbff2fbf55
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/acpi/Kconfig

+ 1 - 0
drivers/acpi/Kconfig

@@ -50,6 +50,7 @@ config ACPI_SLEEP
 config ACPI_PROCFS
 config ACPI_PROCFS
 	bool "Deprecated /proc/acpi files"
 	bool "Deprecated /proc/acpi files"
 	depends on PROC_FS
 	depends on PROC_FS
+	default y
 	---help---
 	---help---
 	  For backwards compatibility, this option allows
 	  For backwards compatibility, this option allows
 	  deprecated /proc/acpi/ files to exist, even when
 	  deprecated /proc/acpi/ files to exist, even when