cfca8b539f
Adds MX1 architecture to platform MXC. It will supersede mach-imx and let it die. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> Signed-off-by: Darius Augulis <augulis.darius@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14 lines
201 B
Text
14 lines
201 B
Text
if ARCH_MX1
|
|
|
|
comment "MX1 Platforms"
|
|
|
|
config MACH_MXLADS
|
|
bool
|
|
|
|
config ARCH_MX1ADS
|
|
bool "MX1ADS platform"
|
|
select MACH_MXLADS
|
|
help
|
|
Say Y here if you are using Motorola MX1ADS/MXLADS boards
|
|
|
|
endif
|