aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-12-04 08:45:20 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:43:52 -0500
commitc6f17cb2272121475c87592560534b157b17544e (patch)
tree0afb2b3cf92534878ea7a3fc5c74847429857754 /arch/sh
parentaf998a9a0ae3291e86ddcae8e196a1cbf82c2457 (diff)
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')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 61284165ea7..6462109acc7 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -764,7 +764,9 @@ endmenu
764menu "Power management options (EXPERIMENTAL)" 764menu "Power management options (EXPERIMENTAL)"
765depends on EXPERIMENTAL 765depends on EXPERIMENTAL
766 766
767source kernel/power/Kconfig 767source "kernel/power/Kconfig"
768
769source "drivers/cpuidle/Kconfig"
768 770
769endmenu 771endmenu
770 772