Skip to content

Commit

Permalink
[ARM] MX1: Add missing selection of ARM920T
Browse files Browse the repository at this point in the history
The MX1 only has one possible CPU type, ARM920T. Select it in
Kconfig.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Dec 18, 2008
1 parent c95a443 commit 2955de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-mxc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2955de5

Please sign in to comment.