projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea812e
)
ARM: disable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA
author
Stephen Warren
<swarren@nvidia.com>
Fri, 13 Apr 2012 21:30:07 +0000
(15:30 -0600)
committer
Stephen Warren
<swarren@nvidia.com>
Wed, 2 May 2012 16:09:24 +0000
(10:09 -0600)
Tegra doesn't yet support system sleep. Explicitly disable support
for this feature in Kconfig.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
cf006d4
..
3a76888
100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-2272,7
+2272,7
@@
menu "Power management options"
source "kernel/power/Kconfig"
config ARCH_SUSPEND_POSSIBLE
- depends on !ARCH_S5PC100
+ depends on !ARCH_S5PC100
&& !ARCH_TEGRA
depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE
def_bool y