]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc5xx/Kconfig
powerpc, 8260: remove support for mpc8260
[people/ms/u-boot.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 optional
10
11 config TARGET_PATI
12 bool "Support PATI"
13
14 endchoice
15
16 source "board/mpl/pati/Kconfig"
17
18 endmenu