diff options
author | Paul Mundt | 2009-04-02 06:08:31 +0200 |
---|---|---|
committer | Paul Mundt | 2009-04-02 06:08:31 +0200 |
commit | e869a90ee1235a4f89ecb956e7b7d724d65217c8 (patch) | |
tree | 301059ac2ebc4c0ac8251765a3a87e4b2518bfc8 /arch/sh/Kconfig | |
parent | sh: Add a command line option for disabling I/O trapping. (diff) | |
download | kernel-qcow2-linux-e869a90ee1235a4f89ecb956e7b7d724d65217c8.tar.gz kernel-qcow2-linux-e869a90ee1235a4f89ecb956e7b7d724d65217c8.tar.xz kernel-qcow2-linux-e869a90ee1235a4f89ecb956e7b7d724d65217c8.zip |
sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.
cpuidle wants ARCH_HAS_DEFAULT_IDLE defined in order to use the
default idle loop. So, make it accessible and enable it for all
sh machines.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2af949a6a898..6a1e79b886c1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -130,6 +130,9 @@ config ARCH_HAS_ILOG2_U64 config ARCH_NO_VIRT_TO_BUS def_bool y +config ARCH_HAS_DEFAULT_IDLE + def_bool y + config IO_TRAPPED bool |