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>
This commit is contained in:
Magnus Damm 2008-12-04 22:45:20 +09:00 committed by Paul Mundt
parent af998a9a0a
commit c6f17cb227
1 changed files with 3 additions and 1 deletions

View File

@ -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