Skip to content

Commit

Permalink
sh: allow CONFIG_CPU_IDLE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Dec 22, 2008
1 parent af998a9 commit c6f17cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6f17cb

Please sign in to comment.