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