Commit c6f17cb2 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: allow CONFIG_CPU_IDLE



Allow users to select CONFIG_CPU_IDLE regardless of processor type or board.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent af998a9a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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