]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc86xx/Kconfig
Revert "odroid: set MPLL clock to 880MHz"
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc86xx / Kconfig
1 menu "mpc86xx CPU"
2         depends on MPC86xx
3
4 config SYS_CPU
5         string
6         default "mpc86xx"
7
8 choice
9         prompt "Target select"
10
11 config TARGET_SBC8641D
12         bool "Support sbc8641d"
13
14 config TARGET_MPC8610HPCD
15         bool "Support MPC8610HPCD"
16
17 config TARGET_MPC8641HPCN
18         bool "Support MPC8641HPCN"
19
20 config TARGET_XPEDITE517X
21         bool "Support xpedite517x"
22
23 endchoice
24
25 source "board/freescale/mpc8610hpcd/Kconfig"
26 source "board/freescale/mpc8641hpcn/Kconfig"
27 source "board/sbc8641d/Kconfig"
28 source "board/xes/xpedite517x/Kconfig"
29
30 endmenu