blob: c3b3b07c3c11c4e57bbd5495f2b459024b661db9 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc86xx CPU"
2 depends on MPC86xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc86xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_SBC8641D
12 bool "Support sbc8641d"
13
14config TARGET_MPC8610HPCD
15 bool "Support MPC8610HPCD"
York Sun1425a872016-11-23 14:06:21 -080016 select ARCH_MPC8610
Masahiro Yamadadd840582014-07-30 14:08:14 +090017
18config TARGET_MPC8641HPCN
19 bool "Support MPC8641HPCN"
20
21config TARGET_XPEDITE517X
22 bool "Support xpedite517x"
23
24endchoice
25
York Sun1425a872016-11-23 14:06:21 -080026config ARCH_MPC8610
27 bool
28
Masahiro Yamadadd840582014-07-30 14:08:14 +090029source "board/freescale/mpc8610hpcd/Kconfig"
30source "board/freescale/mpc8641hpcn/Kconfig"
31source "board/sbc8641d/Kconfig"
32source "board/xes/xpedite517x/Kconfig"
33
34endmenu