提交 fa0b6251 编写于 作者: R Russell King 提交者: Russell King

[ARM] pxa: Make CPU_XSCALE depend on PXA25x or PXA27x

PXA3 SoCs are supported by the Xscale3 CPU code rather than the
Xscale CPU code.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 a7073b8b
...@@ -322,7 +322,7 @@ config CPU_SA1100 ...@@ -322,7 +322,7 @@ config CPU_SA1100
# XScale # XScale
config CPU_XSCALE config CPU_XSCALE
bool bool
depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_PXA || ARCH_IXP4XX || ARCH_IXP2000 depends on ARCH_IOP32X || ARCH_IOP33X || PXA25x || PXA27x || ARCH_IXP4XX || ARCH_IXP2000
default y default y
select CPU_32v5 select CPU_32v5
select CPU_ABRT_EV5T select CPU_ABRT_EV5T
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册