aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorYong Shen <yong.shen@freescale.com>2011-01-12 04:14:46 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-13 04:02:49 -0500
commit6f12ea4e54b7f213a463e2e03768cf02f0cd77a9 (patch)
tree358603f8cc371bc769a9187da7d0a460ee412cfc /arch/arm/mach-mx5/Kconfig
parent65e2e9c8c3eab03f123d6852d14c0a65785c4e51 (diff)
ARM i.MX53 enable SMD board bootup
1. Add Kconfig and Makefile entries 2. Add board definition 3. enable uart and fec for SMD board Signed-off-by: Yong Shen <yong.shen@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r--arch/arm/mach-mx5/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
index f2f07315fd3..7c85853de2c 100644
--- a/arch/arm/mach-mx5/Kconfig
+++ b/arch/arm/mach-mx5/Kconfig
@@ -133,6 +133,13 @@ config MACH_MX53_EVK
133 Include support for MX53 EVK platform. This includes specific 133 Include support for MX53 EVK platform. This includes specific
134 configurations for the board and its peripherals. 134 configurations for the board and its peripherals.
135 135
136config MACH_MX53_SMD
137 bool "Support MX53 SMD platforms"
138 select SOC_IMX53
139 select IMX_HAVE_PLATFORM_IMX_UART
140 help
141 Include support for MX53 SMD platform. This includes specific
142 configurations for the board and its peripherals.
136 143
137config MACH_MX50_RDP 144config MACH_MX50_RDP
138 bool "Support MX50 reference design platform" 145 bool "Support MX50 reference design platform"