projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af998a9
)
sh: allow CONFIG_CPU_IDLE
author
Magnus Damm
<damm@igel.co.jp>
Thu, 4 Dec 2008 13:45:20 +0000
(22:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 22 Dec 2008 09:43:52 +0000
(18:43 +0900)
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>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index 61284165ea7a0675d623be0e3221ca12f2b4c352..6462109acc700122130af5e08db56175545b52b2 100644
(file)
--- 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