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>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 6128416..6462109 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -764,7 +764,9 @@
menu "Power management options (EXPERIMENTAL)"
depends on EXPERIMENTAL
-source kernel/power/Kconfig
+source "kernel/power/Kconfig"
+
+source "drivers/cpuidle/Kconfig"
endmenu