]> git.baikalelectronics.ru Git - kernel.git/commit
reverse CONFIG_ACPI_PROC_EVENT default
authorHugh Dickins <hugh@veritas.com>
Mon, 27 Aug 2007 15:04:39 +0000 (16:04 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 27 Aug 2007 17:27:48 +0000 (10:27 -0700)
commit14db4f91228bfbdb08554d6f44b9d7d31c2ae9f1
tree1b76114dec1d27e31cf165fc10b03705a95d83ea
parentc1b55ba21086cf6ea1019c83e67977d3f9d03ad2
reverse CONFIG_ACPI_PROC_EVENT default

Sigh.  Again an ACPI assault on the Thinkpad's Fn+F4 to suspend to RAM.
The default and text for CONFIG_THINKPAD_ACPI_INPUT_ENABLED were fixed
in -rc3, but now commit 7166c4eba50f6962f65b7336b6f1a00326132662 ("ACPI:
Schedule /proc/acpi/event for removal") introduces the ACPI_PROC_EVENT
config entry, and defaults it to 'n' to disable it again.

Change default to y, and add comment to make it clearer that n is for
future distros.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Len Brown <len.brown@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/acpi/Kconfig