Commit 41267e20 authored by Catalin Marinas's avatar Catalin Marinas

RealView: Allow ARMv7 support for RealView/EB

This patch changes the CPU_V7 configuration dependency to allow
MACH_REALVIEW_EB.
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 393538e6
......@@ -409,7 +409,7 @@ config CPU_32v6K
# ARMv7
config CPU_V7
bool "Support ARM V7 processor"
depends on ARCH_INTEGRATOR
depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB
select CPU_32v6K
select CPU_32v7
select CPU_ABRT_EV7
......
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