summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mx3/Kconfig
blob: bf6a1c6927529fc81baf01cff2fadd85bf384b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if ARCH_MX31

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

config TARGET_MX31PDK
	bool "Support the i.MX31 PDK board from Freescale/NXP"
	select BOARD_LATE_INIT
	select SUPPORT_SPL
	select BOARD_EARLY_INIT_F

endchoice

source "board/freescale/mx31pdk/Kconfig"

endif