xref: /openbmc/u-boot/arch/arm/mach-imx/mx3/Kconfig (revision 3159ec64)
1if ARCH_MX31
2
3config MX31
4       bool
5       default y
6choice
7	prompt "MX31 board select"
8	optional
9
10config TARGET_MX31PDK
11	bool "Support the i.MX31 PDK board from Freescale/NXP"
12	select BOARD_LATE_INIT
13	select SUPPORT_SPL
14	select BOARD_EARLY_INIT_F
15
16endchoice
17
18source "board/freescale/mx31pdk/Kconfig"
19
20endif
21