From 2955de5fad7fa301c09f2ae695158309164d8673 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 18 Dec 2008 09:32:23 +0100 Subject: [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 --- arch/arm/plat-mxc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 16cb07cd916..9cc2b16fdf7 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig @@ -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 -- cgit v1.2.3