Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame^] | 1 | menu "mpc824x CPU" |
| 2 | depends on MPC824X |
| 3 | |
| 4 | config SYS_CPU |
| 5 | string |
| 6 | default "mpc824x" |
| 7 | |
| 8 | choice |
| 9 | prompt "Target select" |
| 10 | |
| 11 | config TARGET_A3000 |
| 12 | bool "Support A3000" |
| 13 | |
| 14 | config TARGET_CPC45 |
| 15 | bool "Support CPC45" |
| 16 | |
| 17 | config TARGET_CU824 |
| 18 | bool "Support CU824" |
| 19 | |
| 20 | config TARGET_EXALION |
| 21 | bool "Support eXalion" |
| 22 | |
| 23 | config TARGET_MUSENKI |
| 24 | bool "Support MUSENKI" |
| 25 | |
| 26 | config TARGET_MVBLUE |
| 27 | bool "Support MVBLUE" |
| 28 | |
| 29 | config TARGET_SANDPOINT8240 |
| 30 | bool "Support Sandpoint8240" |
| 31 | |
| 32 | config TARGET_SANDPOINT8245 |
| 33 | bool "Support Sandpoint8245" |
| 34 | |
| 35 | config TARGET_UTX8245 |
| 36 | bool "Support utx8245" |
| 37 | |
| 38 | endchoice |
| 39 | |
| 40 | source "board/a3000/Kconfig" |
| 41 | source "board/cpc45/Kconfig" |
| 42 | source "board/cu824/Kconfig" |
| 43 | source "board/eXalion/Kconfig" |
| 44 | source "board/musenki/Kconfig" |
| 45 | source "board/mvblue/Kconfig" |
| 46 | source "board/sandpoint/Kconfig" |
| 47 | source "board/utx8245/Kconfig" |
| 48 | |
| 49 | endmenu |