aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/Kconfig
blob: 03a65c0dfb6087de55a7b0627351d8406f38b278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if ARCH_MXC

menu "Freescale MXC Implementations"

choice
	prompt "MXC/iMX System Type"
	default 0

config ARCH_MX3
	bool "MX3-based"
	help
	  This enables support for systems based on the Freescale i.MX3 family

endchoice

source "arch/arm/mach-mx3/Kconfig"

endmenu

endif