summaryrefslogtreecommitdiff
path: root/chromeos
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2012-07-24 10:03:39 -0700
committerVarun Colbert <vcolbert@nvidia.com>2012-07-25 14:25:40 -0700
commit1087a8c443ba707f325e2c5185cbf6650e56b28f (patch)
treee4ae212e610feec5fb4cab113278b919b096c891 /chromeos
parentc880364b630c8ebb71282dea54d51a0114421bb1 (diff)
ARM: tegra: New macro name for LP2 timer config
The config macro TEGRA_LP2_ARM_TWD was defined when only Cortex-A9 was used in Tegra SoC, but the feature enabled by this configuration option is not just for Cortex-A9. In fact, any CPU with private timer can make use of this feature. Therefore, change macro name to a more generic one "TEGRA_LP2_CPU_TIMER" so it can be used with new CPU architecture (CortexA15) Change-Id: I6903dba056c554c72bb8d1416df90145a4043295 Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/118099 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/config/armel/config.flavour.chromeos-tegra32
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/config/armel/config.flavour.chromeos-tegra3 b/chromeos/config/armel/config.flavour.chromeos-tegra3
index 1b6f87579921..25dffee58518 100644
--- a/chromeos/config/armel/config.flavour.chromeos-tegra3
+++ b/chromeos/config/armel/config.flavour.chromeos-tegra3
@@ -105,7 +105,7 @@ CONFIG_TEGRA_EDP_LIMITS=y
CONFIG_TEGRA_EMC_TO_DDR_CLOCK=1
CONFIG_TEGRA_IOVMM_SMMU=y
# CONFIG_TEGRA_IOVMM_SMMU_SYSFS is not set
-CONFIG_TEGRA_LP2_ARM_TWD=y
+CONFIG_TEGRA_LP2_CPU_TIMER=y
# CONFIG_TEGRA_MC_EARLY_ACK is not set
CONFIG_TEGRA_PCI=y
CONFIG_TEGRA_PLLM_RESTRICTED=y