diff options
-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 cf006d40342c..3a7688820ff9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2272,7 +2272,7 @@ menu "Power management options" | |||
2272 | source "kernel/power/Kconfig" | 2272 | source "kernel/power/Kconfig" |
2273 | 2273 | ||
2274 | config ARCH_SUSPEND_POSSIBLE | 2274 | config ARCH_SUSPEND_POSSIBLE |
2275 | depends on !ARCH_S5PC100 | 2275 | depends on !ARCH_S5PC100 && !ARCH_TEGRA |
2276 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2276 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2277 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2277 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE |
2278 | def_bool y | 2278 | def_bool y |