powerpc: MPC8610: Remove macro CONFIG_MPC8610
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc86xx / Kconfig
1 menu "mpc86xx CPU"
2         depends on MPC86xx
3
4 config SYS_CPU
5         default "mpc86xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_SBC8641D
12         bool "Support sbc8641d"
13
14 config TARGET_MPC8610HPCD
15         bool "Support MPC8610HPCD"
16         select ARCH_MPC8610
17
18 config TARGET_MPC8641HPCN
19         bool "Support MPC8641HPCN"
20
21 config TARGET_XPEDITE517X
22         bool "Support xpedite517x"
23
24 endchoice
25
26 config ARCH_MPC8610
27         bool
28
29 source "board/freescale/mpc8610hpcd/Kconfig"
30 source "board/freescale/mpc8641hpcn/Kconfig"
31 source "board/sbc8641d/Kconfig"
32 source "board/xes/xpedite517x/Kconfig"
33
34 endmenu