diff options
author | James Thomas <james.thomas@codethink.co.uk> | 2015-03-23 15:23:12 +0000 |
---|---|---|
committer | James Thomas <james.thomas@codethink.co.uk> | 2015-03-23 15:23:12 +0000 |
commit | 093e2f70556f180a5ac7d93c9617438088059e1c (patch) | |
tree | d05f65c34485d97cdf0498a50355ccff7b16b009 | |
parent | 33c774d8e0be717bd917409f57483160a5254bc4 (diff) | |
download | linux-baserock/james/tegra-for-next-be.tar.gz |
Disable SUSPENDbaserock/james/tegra-for-next-be
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9f1f09a2bc9b..1b255f2c8c77 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2144,7 +2144,7 @@ source "kernel/power/Kconfig" config ARCH_SUSPEND_POSSIBLE depends on CPU_ARM920T || CPU_ARM926T || CPU_FEROCEON || CPU_SA1100 || \ CPU_V6 || CPU_V6K || CPU_V7 || CPU_V7M || CPU_XSC3 || CPU_XSCALE || CPU_MOHAWK - def_bool y + def_bool n config ARM_CPU_SUSPEND def_bool PM_SLEEP |