ARM: enable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA
authorStephen Warren <swarren@nvidia.com>
Wed, 5 Sep 2012 15:58:27 +0000 (09:58 -0600)
committerStephen Warren <swarren@nvidia.com>
Thu, 6 Sep 2012 18:27:27 +0000 (12:27 -0600)
commit4b1082ca8cd3bec99fc0ce020a8ba1fa3aa8e22a
tree2b0df3e2e2f7c0e498f4731ffab7adaf56505415
parentb48d6aab37403fb34fe18dd90791cb60f3265f13
ARM: enable SUSPEND/ARCH_SUSPEND_POSSIBLE for ARCH_TEGRA

Even though system suspend/resume hasn't been validated on Tegra yet,
this Kconfig option needs to be enabled so that system shutdown is
reliable on an SMP system. Without it, I2C interrupts may be routed
to CPU0, whereas shutdown code may be running on CPU1, causing I2C
timeouts, preventing communication with the external PMIC.

This reverts 3d5e8af "ARM: disable SUSPEND/ARCH_SUSPEND_POSSIBLE for
ARCH_TEGRA".

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/Kconfig