u-boot-brain/arch/arm/mach-imx/mx3/Kconfig

21 lines
310 B
Plaintext
Raw Normal View History

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