Commit 0b154da7 authored by Catalin Marinas's avatar Catalin Marinas Committed by Russell King

[ARM PATCH] 2322/1: Enable ARM922T configuration option for Integrator

Patch from Catalin Marinas

This patch enables the ARM922T configuration option for the
Integrator platforms (there is an Excalibur core module available).

Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
parent 6883df3c
...@@ -82,9 +82,9 @@ config CPU_ARM920T ...@@ -82,9 +82,9 @@ config CPU_ARM920T
# ARM922T # ARM922T
config CPU_ARM922T config CPU_ARM922T
bool bool "Support ARM922T processor" if ARCH_INTEGRATOR
depends on ARCH_CAMELOT || ARCH_LH7A40X depends on ARCH_CAMELOT || ARCH_LH7A40X || ARCH_INTEGRATOR
default y default y if ARCH_CAMELOT || ARCH_LH7A40X
select CPU_32v4 select CPU_32v4
select CPU_ABRT_EV4T select CPU_ABRT_EV4T
select CPU_CACHE_V4WT select CPU_CACHE_V4WT
......
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