From: Magnus Damm Date: Thu, 4 Dec 2008 13:45:20 +0000 (+0900) Subject: sh: allow CONFIG_CPU_IDLE X-Git-Tag: v2.6.29-rc1~591^2~73 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c6f17cb2272121475c87592560534b157b17544e;p=linux-2.6-omap-h63xx.git sh: allow CONFIG_CPU_IDLE Allow users to select CONFIG_CPU_IDLE regardless of processor type or board. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- 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 menu "Power management options (EXPERIMENTAL)" depends on EXPERIMENTAL -source kernel/power/Kconfig +source "kernel/power/Kconfig" + +source "drivers/cpuidle/Kconfig" endmenu