aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx1/Kconfig
blob: eb7660f5d4b7956fb170828853703dd698405dca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

config MACH_SCB9328
	bool "Synertronixx scb9328"
	help
	  Say Y here if you are using a Synertronixx scb9328 board

endif