From: Bjorn Helgaas Date: Wed, 5 Nov 2008 23:17:58 +0000 (-0700) Subject: ACPI: remove CONFIG_ACPI_POWER X-Git-Tag: v2.6.28-rc5~77^2~6^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fefe5ab3d67b0ade6200fec5ed6f2812cbcbb658;p=pandora-kernel.git ACPI: remove CONFIG_ACPI_POWER Remove CONFIG_ACPI_POWER. It was always set the same as CONFIG_ACPI, and it had no menu label, so there was no way to set it to anything other than "y". The interfaces under CONFIG_ACPI_POWER (acpi_device_sleep_wake(), acpi_power_transition(), etc) are called unconditionally from the ACPI core, so we already depend on it always being present. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed