blob: bf6a1c6927529fc81baf01cff2fadd85bf384b84 [file] [log] [blame]
Magnus Liljac74f70f2018-05-11 14:06:54 +02001if 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