[ARM] MX1: Add missing selection of ARM920T
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 18 Dec 2008 08:32:23 +0000 (09:32 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 18 Dec 2008 08:32:23 +0000 (09:32 +0100)
The MX1 only has one possible CPU type, ARM920T. Select it in
Kconfig.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/Kconfig

index 16cb07cd91623b63096f5e76d9325d3040a12a21..9cc2b16fdf793af36302108b4a65588342257e44 100644 (file)
@@ -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
 
This page took 0.028652 seconds and 5 git commands to generate.