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" |
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_SBC8641D |
| 12 | bool "Support sbc8641d" |
| 13 | |
| 14 | config TARGET_MPC8610HPCD |
| 15 | bool "Support MPC8610HPCD" |
| 16 | |
| 17 | config TARGET_MPC8641HPCN |
| 18 | bool "Support MPC8641HPCN" |
| 19 | |
| 20 | config TARGET_XPEDITE517X |
| 21 | bool "Support xpedite517x" |
| 22 | |
| 23 | endchoice |
| 24 | |
| 25 | source "board/freescale/mpc8610hpcd/Kconfig" |
| 26 | source "board/freescale/mpc8641hpcn/Kconfig" |
| 27 | source "board/sbc8641d/Kconfig" |
| 28 | source "board/xes/xpedite517x/Kconfig" |
| 29 | |
| 30 | endmenu |