diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-01-24 07:56:20 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-09 12:08:58 -0500 |
commit | 0a9b0db19262dbb09f3a34195e68cafd5dc3fa10 (patch) | |
tree | 4fc4cd76617f8899494ae1f2b58aac4afe114490 /arch/sh/Kconfig | |
parent | 2116245ee121af820225834e9695005ab07d1e84 (diff) |
[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 3aa3b885ab36..4f3891215b87 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -48,6 +48,9 @@ config GENERIC_IOMAP | |||
48 | config GENERIC_TIME | 48 | config GENERIC_TIME |
49 | def_bool n | 49 | def_bool n |
50 | 50 | ||
51 | config SYS_SUPPORTS_APM_EMULATION | ||
52 | bool | ||
53 | |||
51 | config ARCH_MAY_HAVE_PC_FDC | 54 | config ARCH_MAY_HAVE_PC_FDC |
52 | bool | 55 | bool |
53 | 56 | ||
@@ -126,6 +129,7 @@ config SH_7751_SYSTEMH | |||
126 | 129 | ||
127 | config SH_HP6XX | 130 | config SH_HP6XX |
128 | bool "HP6XX" | 131 | bool "HP6XX" |
132 | select SYS_SUPPORTS_APM_EMULATION | ||
129 | help | 133 | help |
130 | Select HP6XX if configuring for a HP jornada HP6xx. | 134 | Select HP6XX if configuring for a HP jornada HP6xx. |
131 | More information (hardware only) at | 135 | More information (hardware only) at |
@@ -694,9 +698,6 @@ depends on EXPERIMENTAL | |||
694 | 698 | ||
695 | source kernel/power/Kconfig | 699 | source kernel/power/Kconfig |
696 | 700 | ||
697 | config APM | ||
698 | bool "Advanced Power Management Emulation" | ||
699 | depends on PM | ||
700 | endmenu | 701 | endmenu |
701 | 702 | ||
702 | source "net/Kconfig" | 703 | source "net/Kconfig" |