projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5fda6
)
ARM: Suspend: Fix dependency of ARCH_SUSPEND_POSSIBLE
author
Kukjin Kim
<
[email protected]
>
Fri, 25 Mar 2011 11:09:26 +0000
(20:09 +0900)
committer
Kukjin Kim
<
[email protected]
>
Mon, 28 Mar 2011 07:17:54 +0000
(16:17 +0900)
The current mainline codes of ARCH_S5P64X0 and ARCH_S5P6442
can not support suspend to ram. So needs this for preventing
build error on them.
Cc: Russell King <
[email protected]
>
Cc: Rafael J. Wysocki <
[email protected]
>
Cc: Len Brown <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 93d595a7477a174c41f5822372fef2700044261c..efe06e004714fbe5277fc84a9f2a63b6cce68e67 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-2009,6
+2009,7
@@
menu "Power management options"
source "kernel/power/Kconfig"
config ARCH_SUSPEND_POSSIBLE
+ depends on !ARCH_S5P64X0 && !ARCH_S5P6442
def_bool y
endmenu