]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
ppc: Zap IDS8247 board
[people/ms/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
10 config TARGET_ATC
11 bool "Support atc"
12
13 config TARGET_COGENT_MPC8260
14 bool "Support cogent_mpc8260"
15
16 config TARGET_CPU86
17 bool "Support CPU86"
18
19 config TARGET_CPU87
20 bool "Support CPU87"
21
22 config TARGET_EP8260
23 bool "Support ep8260"
24
25 config TARGET_EP82XXM
26 bool "Support ep82xxm"
27
28 config TARGET_GW8260
29 bool "Support gw8260"
30
31 config TARGET_IPHASE4539
32 bool "Support IPHASE4539"
33
34 config TARGET_MUAS3001
35 bool "Support muas3001"
36
37 config TARGET_PM826
38 bool "Support PM826"
39
40 config TARGET_PM828
41 bool "Support PM828"
42
43 config TARGET_PPMC8260
44 bool "Support ppmc8260"
45
46 config TARGET_SACSNG
47 bool "Support sacsng"
48
49 config TARGET_MPC8266ADS
50 bool "Support MPC8266ADS"
51
52 config TARGET_VOVPN_GW
53 bool "Support VoVPN-GW"
54
55 config TARGET_KM82XX
56 bool "Support km82xx"
57
58 config TARGET_TQM8260
59 bool "Support TQM8260"
60
61 config TARGET_TQM8272
62 bool "Support TQM8272"
63
64 endchoice
65
66 source "board/atc/Kconfig"
67 source "board/cogent/Kconfig"
68 source "board/cpu86/Kconfig"
69 source "board/cpu87/Kconfig"
70 source "board/ep8260/Kconfig"
71 source "board/ep82xxm/Kconfig"
72 source "board/freescale/mpc8266ads/Kconfig"
73 source "board/funkwerk/vovpn-gw/Kconfig"
74 source "board/gw8260/Kconfig"
75 source "board/iphase4539/Kconfig"
76 source "board/keymile/km82xx/Kconfig"
77 source "board/muas3001/Kconfig"
78 source "board/pm826/Kconfig"
79 source "board/pm828/Kconfig"
80 source "board/ppmc8260/Kconfig"
81 source "board/sacsng/Kconfig"
82 source "board/tqc/tqm8260/Kconfig"
83 source "board/tqc/tqm8272/Kconfig"
84
85 endmenu