diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-25 14:48:52 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-02-29 11:09:10 -0500 |
commit | 68526e586307faadc49c27406dad3cb93f067eb0 (patch) | |
tree | 130b84018c10f4b18c961fae087f9a8a7c7f899f /arch/arm/mach-ux500/Kconfig | |
parent | ded547a443723f0f29bce513356fe10f96cae315 (diff) |
ARM: ux500: select L2X0 cache on ux500
The cache controller needs to be enabled for the
cortex-a9 specific errata that are also selected
to work.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 34b631446dd3..41b38bb96eb5 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -8,6 +8,7 @@ config UX500_SOC_COMMON | |||
8 | select ARM_ERRATA_753970 | 8 | select ARM_ERRATA_753970 |
9 | select ARM_ERRATA_754322 | 9 | select ARM_ERRATA_754322 |
10 | select ARM_ERRATA_764369 | 10 | select ARM_ERRATA_764369 |
11 | select CACHE_L2X0 | ||
11 | 12 | ||
12 | config UX500_SOC_DB5500 | 13 | config UX500_SOC_DB5500 |
13 | bool | 14 | bool |