]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc8260/Kconfig
mpc8260: remove IPHASE4539 board support
[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
10config TARGET_ATC
11 bool "Support atc"
12
dd84058d
MY
13config TARGET_CPU86
14 bool "Support CPU86"
15
16config TARGET_CPU87
17 bool "Support CPU87"
18
dd84058d
MY
19config TARGET_EP82XXM
20 bool "Support ep82xxm"
21
22config TARGET_GW8260
23 bool "Support gw8260"
24
dd84058d
MY
25config TARGET_KM82XX
26 bool "Support km82xx"
27
dd84058d
MY
28endchoice
29
30source "board/atc/Kconfig"
dd84058d
MY
31source "board/cpu86/Kconfig"
32source "board/cpu87/Kconfig"
dd84058d 33source "board/ep82xxm/Kconfig"
dd84058d 34source "board/gw8260/Kconfig"
dd84058d 35source "board/keymile/km82xx/Kconfig"
dd84058d
MY
36
37endmenu