Skip to content

Commit

Permalink
ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again)
Browse files Browse the repository at this point in the history
CONFIG_ACPI_PROCFS_SLEEP is a NO-OP -- delete it (again).

Apparently 296699d creating CONFIG_SUSPEND
and CONFIG_PM_SLEEP was based on an out-dated version of drivers/acpi/Kconfig,
as it erroneously restored this recently deleted config option.

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Len Brown authored and Linus Torvalds committed Aug 1, 2007
1 parent fc34f6c commit 128a2bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ config ACPI_PROCFS

Say N to delete /proc/acpi/ files that have moved to /sys/

config ACPI_PROCFS_SLEEP
bool "/proc/acpi/sleep (deprecated)"
depends on PM_SLEEP && ACPI_PROCFS
default n
---help---
Create /proc/acpi/sleep
Deprecated by /sys/power/state

config ACPI_AC
tristate "AC Adapter"
depends on X86
Expand Down

0 comments on commit 128a2bc

Please sign in to comment.