aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-12-04 22:45:20 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 18:43:52 +0900
commitc6f17cb2272121475c87592560534b157b17544e (patch)
tree0afb2b3cf92534878ea7a3fc5c74847429857754 /arch/sh/Kconfig
parentsh: allow CONFIG_PM (diff)
downloadlinux-dev-c6f17cb2272121475c87592560534b157b17544e.tar.xz
linux-dev-c6f17cb2272121475c87592560534b157b17544e.zip
sh: allow CONFIG_CPU_IDLE
Allow users to select CONFIG_CPU_IDLE regardless of processor type or board. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 61284165ea7a..6462109acc70 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -764,7 +764,9 @@ endmenu
menu "Power management options (EXPERIMENTAL)"
depends on EXPERIMENTAL
-source kernel/power/Kconfig
+source "kernel/power/Kconfig"
+
+source "drivers/cpuidle/Kconfig"
endmenu