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