Commit 54b1a3dc authored by Tony Lindgren's avatar Tony Lindgren Committed by Russell King

[ARM PATCH] 2329/1: Update Kconfig for OMAP processor options

Patch from Tony Lindgren

Updates processor specific Kconfig options for OMAP

Signed-off-by: Tony Lindgren
Signed-off-by: Russell King
parent 4dd7a703
...@@ -101,9 +101,9 @@ config CPU_ARM922T ...@@ -101,9 +101,9 @@ config CPU_ARM922T
# ARM925T # ARM925T
config CPU_ARM925T config CPU_ARM925T
bool bool "Support ARM925T processor" if ARCH_OMAP
depends on ARCH_OMAP1510 depends on ARCH_OMAP1510
default y default y if ARCH_OMAP1510
select CPU_32v4 select CPU_32v4
select CPU_ABRT_EV4T select CPU_ABRT_EV4T
select CPU_CACHE_V4WT select CPU_CACHE_V4WT
...@@ -121,8 +121,8 @@ config CPU_ARM925T ...@@ -121,8 +121,8 @@ config CPU_ARM925T
# ARM926T # ARM926T
config CPU_ARM926T config CPU_ARM926T
bool "Support ARM926T processor" if ARCH_INTEGRATOR bool "Support ARM926T processor" if ARCH_INTEGRATOR
depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP1610 || ARCH_OMAP5912 depends on ARCH_INTEGRATOR || ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX
default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB default y if ARCH_VERSATILE_PB || MACH_VERSATILE_AB || ARCH_OMAP730 || ARCH_OMAP16XX
select CPU_32v5 select CPU_32v5
select CPU_ABRT_EV5TJ select CPU_ABRT_EV5TJ
select CPU_CACHE_VIVT select CPU_CACHE_VIVT
...@@ -392,6 +392,7 @@ config CPU_DCACHE_DISABLE ...@@ -392,6 +392,7 @@ config CPU_DCACHE_DISABLE
config CPU_DCACHE_WRITETHROUGH config CPU_DCACHE_WRITETHROUGH
bool "Force write through D-cache" bool "Force write through D-cache"
depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DISABLE_DCACHE depends on (CPU_ARM920T || CPU_ARM922T || CPU_ARM925T || CPU_ARM926T || CPU_ARM1020) && !CPU_DISABLE_DCACHE
default y if CPU_ARM925T
help help
Say Y here to use the data cache in writethough mode. Unless you Say Y here to use the data cache in writethough mode. Unless you
specifically require this or are unsure, say N. specifically require this or are unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment