]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc5xx/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc5xx / Kconfig
1 menu "mpc5xx CPU"
2 depends on 5xx
3
4 config SYS_CPU
5 string
6 default "mpc5xx"
7
8 choice
9 prompt "Target select"
10
11 config TARGET_CMI_MPC5XX
12 bool "Support cmi_mpc5xx"
13
14 config TARGET_PATI
15 bool "Support PATI"
16
17 endchoice
18
19 source "board/cmi/Kconfig"
20 source "board/mpl/pati/Kconfig"
21
22 endmenu