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