]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc8260/Kconfig
Revert "stm32f4: fix serial output"
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc8260 CPU"
2 depends on MPC8260
3
4config SYS_CPU
dd84058d
MY
5 default "mpc8260"
6
7choice
8 prompt "Target select"
9
dd84058d
MY
10config TARGET_KM82XX
11 bool "Support km82xx"
12
dd84058d
MY
13endchoice
14
dd84058d 15source "board/keymile/km82xx/Kconfig"
dd84058d
MY
16
17endmenu