]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc512x/Kconfig
arm: mach-omap2: Generate MLO file from SD boot capable targets
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc512x / Kconfig
1 menu "mpc512x CPU"
2 depends on MPC512X
3
4 config SYS_CPU
5 default "mpc512x"
6
7 choice
8 prompt "Target select"
9 optional
10
11 config TARGET_PDM360NG
12 bool "Support pdm360ng"
13
14 config TARGET_ARIA
15 bool "Support aria"
16
17 config TARGET_MECP5123
18 bool "Support mecp5123"
19
20 config TARGET_MPC5121ADS
21 bool "Support mpc5121ads"
22
23 config TARGET_AC14XX
24 bool "Support ac14xx"
25
26 endchoice
27
28 source "board/davedenx/aria/Kconfig"
29 source "board/esd/mecp5123/Kconfig"
30 source "board/freescale/mpc5121ads/Kconfig"
31 source "board/ifm/ac14xx/Kconfig"
32 source "board/pdm360ng/Kconfig"
33
34 endmenu