aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx1/Kconfig
blob: 2b59fc74784fa51f71fe68955ab9928cfb99188c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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