diff options
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index dd8f5312b2c0..bcaf1d025505 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -34,7 +34,8 @@ config ARCH_DAVINCI_DA830 | |||
34 | bool "DA830/OMAP-L137/AM17x based system" | 34 | bool "DA830/OMAP-L137/AM17x based system" |
35 | depends on !ARCH_DAVINCI_DMx || AUTO_ZRELADDR | 35 | depends on !ARCH_DAVINCI_DMx || AUTO_ZRELADDR |
36 | select ARCH_DAVINCI_DA8XX | 36 | select ARCH_DAVINCI_DA8XX |
37 | select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1 | 37 | # needed on silicon revs 1.0, 1.1: |
38 | select CPU_DCACHE_WRITETHROUGH if !CPU_DCACHE_DISABLE | ||
38 | select CP_INTC | 39 | select CP_INTC |
39 | 40 | ||
40 | config ARCH_DAVINCI_DA850 | 41 | config ARCH_DAVINCI_DA850 |