]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - arch/powerpc/cpu/mpc5xx/Kconfig
powerpc, 8260: remove support for mpc8260
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc5xx / Kconfig
... / ...
CommitLineData
1menu "mpc5xx CPU"
2 depends on 5xx
3
4config SYS_CPU
5 default "mpc5xx"
6
7choice
8 prompt "Target select"
9 optional
10
11config TARGET_PATI
12 bool "Support PATI"
13
14endchoice
15
16source "board/mpl/pati/Kconfig"
17
18endmenu