]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.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
10 config TARGET_KM82XX
11         bool "Support km82xx"
12
13 endchoice
14
15 source "board/keymile/km82xx/Kconfig"
16
17 endmenu