bf6a1c6927529fc81baf01cff2fadd85bf384b84
[oweals/u-boot.git] / arch / arm / mach-imx / mx3 / Kconfig
1 if ARCH_MX31
2
3 config MX31
4        bool
5        default y
6 choice
7         prompt "MX31 board select"
8         optional
9
10 config 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
16 endchoice
17
18 source "board/freescale/mx31pdk/Kconfig"
19
20 endif