diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-01-24 21:56:20 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-09 17:08:58 +0000 |
commit | 0a9b0db19262dbb09f3a34195e68cafd5dc3fa10 (patch) | |
tree | 4fc4cd76617f8899494ae1f2b58aac4afe114490 /arch/sh/Kconfig | |
parent | 2116245ee121af820225834e9695005ab07d1e84 (diff) | |
download | linux-3.10-0a9b0db19262dbb09f3a34195e68cafd5dc3fa10.tar.gz linux-3.10-0a9b0db19262dbb09f3a34195e68cafd5dc3fa10.tar.bz2 linux-3.10-0a9b0db19262dbb09f3a34195e68cafd5dc3fa10.zip |
[APM] SH: Convert to use shared APM emulation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 3aa3b885ab3..4f3891215b8 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -48,6 +48,9 @@ config GENERIC_IOMAP config GENERIC_TIME def_bool n +config SYS_SUPPORTS_APM_EMULATION + bool + config ARCH_MAY_HAVE_PC_FDC bool @@ -126,6 +129,7 @@ config SH_7751_SYSTEMH config SH_HP6XX bool "HP6XX" + select SYS_SUPPORTS_APM_EMULATION help Select HP6XX if configuring for a HP jornada HP6xx. More information (hardware only) at @@ -694,9 +698,6 @@ depends on EXPERIMENTAL source kernel/power/Kconfig -config APM - bool "Advanced Power Management Emulation" - depends on PM endmenu source "net/Kconfig" |