Commit 2955de5f authored by Sascha Hauer's avatar Sascha Hauer

[ARM] MX1: Add missing selection of ARM920T

The MX1 only has one possible CPU type, ARM920T. Select it in
Kconfig.
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent c95a4432
......@@ -8,6 +8,7 @@ choice
config ARCH_MX1
bool "MX1-based"
select CPU_ARM920T
help
This enables support for systems based on the Freescale i.MX1 family
......
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