]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xx/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xx / Kconfig
1 menu "mpc5xx CPU"
2         depends on 5xx
3
4 config SYS_CPU
5         default "mpc5xx"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_CMI_MPC5XX
11         bool "Support cmi_mpc5xx"
12
13 config TARGET_PATI
14         bool "Support PATI"
15
16 endchoice
17
18 source "board/cmi/Kconfig"
19 source "board/mpl/pati/Kconfig"
20
21 endmenu