diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-13 17:30:07 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-02 12:09:24 -0400 |
commit | 3d5e8af45a3d52ff9fd30035ffbc4887e04f4d73 (patch) | |
tree | 4f5a598c51b52ee5a98b6def84b6526a56ed4d8c /arch/arm/Kconfig | |
parent | aea812e1ac80a491d39396e2a2d15bb725933c84 (diff) |
ARM: disable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA
Tegra doesn't yet support system sleep. Explicitly disable support
for this feature in Kconfig.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
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 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 |