diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-12-04 13:45:20 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 09:43:52 (GMT) |
commit | c6f17cb2272121475c87592560534b157b17544e (patch) | |
tree | 0afb2b3cf92534878ea7a3fc5c74847429857754 | |
parent | af998a9a0ae3291e86ddcae8e196a1cbf82c2457 (diff) | |
download | linux-c6f17cb2272121475c87592560534b157b17544e.tar.xz |
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>
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ endmenu menu "Power management options (EXPERIMENTAL)" depends on EXPERIMENTAL -source kernel/power/Kconfig +source "kernel/power/Kconfig" + +source "drivers/cpuidle/Kconfig" endmenu |