u-boot/arch/arm/cpu/armv7/mx5/Kconfig
Andrej Rosano 424ee3d157 ARM: mx5: move to a standard arch/board approach
Move the MX5 based boards to arch/arm/cpu/armv7/mx5, following the
commit: 89ebc82137

Signed-off-by: Andrej Rosano <andrej@inversepath.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Chris Kuethe <chris.kuethe@gmail.com>
2015-04-09 09:13:54 +02:00

16 lines
117 B
Text

if ARCH_MX5
config MX5
bool
default y
config MX51
bool
config MX53
bool
config SYS_SOC
default "mx5"
endif