diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-13 15:30:07 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-02 10:09:24 -0600 |
commit | 3d5e8af45a3d52ff9fd30035ffbc4887e04f4d73 (patch) | |
tree | 4f5a598c51b52ee5a98b6def84b6526a56ed4d8c /arch/arm/Kconfig | |
parent | aea812e1ac80a491d39396e2a2d15bb725933c84 (diff) | |
download | op-kernel-dev-3d5e8af45a3d52ff9fd30035ffbc4887e04f4d73.zip op-kernel-dev-3d5e8af45a3d52ff9fd30035ffbc4887e04f4d73.tar.gz |
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 cf006d4..3a76888 100644 --- 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 |