From: Magnus Damm Date: Thu, 4 Dec 2008 13:45:20 +0000 (+0900) Subject: sh: allow CONFIG_CPU_IDLE X-Git-Tag: firefly_0821_release~16491^2~73 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c6f17cb2272121475c87592560534b157b17544e;p=firefly-linux-kernel-4.4.55.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 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