]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
powerpc, 8xx: remove support for 8xx
[thirdparty/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
1 menu "mpc8260 CPU"
2 depends on MPC8260
3
4 config SYS_CPU
5 default "mpc8260"
6
7 choice
8 prompt "Target select"
9 optional
10
11 config TARGET_KM82XX
12 bool "Support km82xx"
13 imply CMD_CRAMFS
14 imply FS_CRAMFS
15
16 endchoice
17
18 source "board/keymile/km82xx/Kconfig"
19
20 endmenu