]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc86xx/Kconfig
14e8b1aa66a3b25ff8fcdde22c8fa67e03754435
[karo-tx-uboot.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
10 config TARGET_SBC8641D
11         bool "Support sbc8641d"
12
13 config TARGET_MPC8610HPCD
14         bool "Support MPC8610HPCD"
15
16 config TARGET_MPC8641HPCN
17         bool "Support MPC8641HPCN"
18
19 config TARGET_XPEDITE517X
20         bool "Support xpedite517x"
21
22 endchoice
23
24 source "board/freescale/mpc8610hpcd/Kconfig"
25 source "board/freescale/mpc8641hpcn/Kconfig"
26 source "board/sbc8641d/Kconfig"
27 source "board/xes/xpedite517x/Kconfig"
28
29 endmenu