summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx2/Kconfig
blob: 5e985a673b32d4b3feb7e699be82a3fd576cd2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if ARCH_MX25

config MX25
	bool
	default y
choice
	prompt "MX25 board select"
	optional

config TARGET_MX25PDK
	bool "Support mx25pdk"
	select BOARD_LATE_INIT
	select CPU_ARM926EJS
	select BOARD_EARLY_INIT_F

config TARGET_ZMX25
	bool "Support zmx25"
	select BOARD_LATE_INIT
	select CPU_ARM926EJS1

endchoice

config SYS_SOC
	default "mx25"

source "board/freescale/mx25pdk/Kconfig"
source "board/syteco/zmx25/Kconfig"

endif