Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc86xx CPU" |
| 2 | depends on MPC86xx |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc86xx" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
| 9 | |
| 10 | config TARGET_SBC8641D |
| 11 | bool "Support sbc8641d" |
| 12 | |
| 13 | config TARGET_MPC8610HPCD |
| 14 | bool "Support MPC8610HPCD" |
| 15 | |
| 16 | config TARGET_MPC8641HPCN |
| 17 | bool "Support MPC8641HPCN" |
| 18 | |
| 19 | config TARGET_XPEDITE517X |
| 20 | bool "Support xpedite517x" |
| 21 | |
| 22 | endchoice |
| 23 | |
| 24 | source "board/freescale/mpc8610hpcd/Kconfig" |
| 25 | source "board/freescale/mpc8641hpcn/Kconfig" |
| 26 | source "board/sbc8641d/Kconfig" |
| 27 | source "board/xes/xpedite517x/Kconfig" |
| 28 | |
| 29 | endmenu |