]> git.sur5r.net Git - u-boot/blob - arch/powerpc/cpu/mpc8260/Kconfig
mpc8260: remove ep8260 board support
[u-boot] / 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_ATC
11         bool "Support atc"
12
13 config TARGET_CPU86
14         bool "Support CPU86"
15
16 config TARGET_CPU87
17         bool "Support CPU87"
18
19 config TARGET_EP82XXM
20         bool "Support ep82xxm"
21
22 config TARGET_GW8260
23         bool "Support gw8260"
24
25 config TARGET_IPHASE4539
26         bool "Support IPHASE4539"
27
28 config TARGET_MUAS3001
29         bool "Support muas3001"
30
31 config TARGET_PM826
32         bool "Support PM826"
33
34 config TARGET_PM828
35         bool "Support PM828"
36
37 config TARGET_MPC8266ADS
38         bool "Support MPC8266ADS"
39
40 config TARGET_VOVPN_GW
41         bool "Support VoVPN-GW"
42
43 config TARGET_KM82XX
44         bool "Support km82xx"
45
46 endchoice
47
48 source "board/atc/Kconfig"
49 source "board/cpu86/Kconfig"
50 source "board/cpu87/Kconfig"
51 source "board/ep82xxm/Kconfig"
52 source "board/freescale/mpc8266ads/Kconfig"
53 source "board/funkwerk/vovpn-gw/Kconfig"
54 source "board/gw8260/Kconfig"
55 source "board/iphase4539/Kconfig"
56 source "board/keymile/km82xx/Kconfig"
57 source "board/muas3001/Kconfig"
58 source "board/pm826/Kconfig"
59 source "board/pm828/Kconfig"
60
61 endmenu