blob: a0f0ede6f3d9a63945567523a2ba5162b96d2582 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc512x CPU"
2 depends on MPC512X
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc512x"
6
7choice
8 prompt "Target select"
9
10config TARGET_PDM360NG
11 bool "Support pdm360ng"
12
13config TARGET_ARIA
14 bool "Support aria"
15
16config TARGET_MECP5123
17 bool "Support mecp5123"
18
19config TARGET_MPC5121ADS
20 bool "Support mpc5121ads"
21
22config TARGET_AC14XX
23 bool "Support ac14xx"
24
25endchoice
26
27source "board/davedenx/aria/Kconfig"
28source "board/esd/mecp5123/Kconfig"
29source "board/freescale/mpc5121ads/Kconfig"
30source "board/ifm/ac14xx/Kconfig"
31source "board/pdm360ng/Kconfig"
32
33endmenu