diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-05 20:44:55 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-05 20:44:55 (GMT) |
commit | 53b7c2b243bd31f857dddabd9339f2dd6ae3fb67 (patch) | |
tree | 5db702d4ad645ed477ed8096f069bc194dede94d /arch/arm/Kconfig | |
parent | b7557de41a04346cb545d4dda7088760cb96e713 (diff) | |
download | linux-53b7c2b243bd31f857dddabd9339f2dd6ae3fb67.tar.xz |
[ARM] 3229/1: Remove uneeded ARM apm dependency on PM_LEGACY
Patch from Richard Purdie
ARM doesn't use ACPI so ARM's apm implementation has no need to depend
on PM_LEGACY. This patch removes that dependency.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb41310..16a5d52 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -660,7 +660,6 @@ source "kernel/power/Kconfig" config APM tristate "Advanced Power Management Emulation" - depends on PM_LEGACY ---help--- APM is a BIOS specification for saving power using several different techniques. This is mostly useful for battery powered laptops with |