aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-12-18 03:32:23 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-18 03:32:23 -0500
commit2955de5fad7fa301c09f2ae695158309164d8673 (patch)
tree48fe947c65aca023af4da9d84976f84d151eaa7f /arch/arm/plat-mxc
parentc95a44329e816d2f9da21b27e74615d5ee0d2333 (diff)
[ARM] MX1: Add missing selection of ARM920T
The MX1 only has one possible CPU type, ARM920T. Select it in Kconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index 16cb07cd9162..9cc2b16fdf79 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -8,6 +8,7 @@ choice
8 8
9config ARCH_MX1 9config ARCH_MX1
10 bool "MX1-based" 10 bool "MX1-based"
11 select CPU_ARM920T
11 help 12 help
12 This enables support for systems based on the Freescale i.MX1 family 13 This enables support for systems based on the Freescale i.MX1 family
13 14