diff options
Diffstat (limited to 'arch/arm/Kconfig')
-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 bea81d018312..52f1027d9cb1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2093,7 +2093,7 @@ menu "Power management options" | |||
2093 | source "kernel/power/Kconfig" | 2093 | source "kernel/power/Kconfig" |
2094 | 2094 | ||
2095 | config ARCH_SUSPEND_POSSIBLE | 2095 | config ARCH_SUSPEND_POSSIBLE |
2096 | depends on !ARCH_S5P64X0 && !ARCH_S5PC100 | 2096 | depends on !ARCH_S5PC100 |
2097 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2097 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2098 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2098 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE |
2099 | def_bool y | 2099 | def_bool y |