diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-12-09 04:29:23 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-13 03:52:02 -0500 |
commit | 9904f7933bd3b6aef880f7a91ddd8b19420ffd11 (patch) | |
tree | 044b73a2fbd955ef8229220c801aca6382c84cc9 /arch/arm/Kconfig | |
parent | 90b9222ec632bc8b262981768c7b16f7e67dfe58 (diff) |
ARM: 7200/1: activate TCM on the Integrator
Some Integrator core modules have TCM memory, so let's turn it on
if it's there.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 928cbcc1feca..e063d34ac7b9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -257,6 +257,7 @@ config ARCH_INTEGRATOR | |||
257 | select ARCH_HAS_CPUFREQ | 257 | select ARCH_HAS_CPUFREQ |
258 | select CLKDEV_LOOKUP | 258 | select CLKDEV_LOOKUP |
259 | select HAVE_MACH_CLKDEV | 259 | select HAVE_MACH_CLKDEV |
260 | select HAVE_TCM | ||
260 | select ICST | 261 | select ICST |
261 | select GENERIC_CLOCKEVENTS | 262 | select GENERIC_CLOCKEVENTS |
262 | select PLAT_VERSATILE | 263 | select PLAT_VERSATILE |