Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc512x CPU" |
| 2 | depends on MPC512X |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc512x" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
Joe Hershberger | a26cd04 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 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 |