]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
1 menu "mpc8260 CPU"
2 depends on MPC8260
3
4 config SYS_CPU
5 string
6 default "mpc8260"
7
8 choice
9 prompt "Target select"
10
11 config TARGET_ATC
12 bool "Support atc"
13
14 config TARGET_COGENT_MPC8260
15 bool "Support cogent_mpc8260"
16
17 config TARGET_CPU86
18 bool "Support CPU86"
19
20 config TARGET_CPU87
21 bool "Support CPU87"
22
23 config TARGET_EP8260
24 bool "Support ep8260"
25
26 config TARGET_EP82XXM
27 bool "Support ep82xxm"
28
29 config TARGET_GW8260
30 bool "Support gw8260"
31
32 config TARGET_HYMOD
33 bool "Support hymod"
34
35 config TARGET_IPHASE4539
36 bool "Support IPHASE4539"
37
38 config TARGET_MUAS3001
39 bool "Support muas3001"
40
41 config TARGET_PM826
42 bool "Support PM826"
43
44 config TARGET_PM828
45 bool "Support PM828"
46
47 config TARGET_PPMC8260
48 bool "Support ppmc8260"
49
50 config TARGET_SACSNG
51 bool "Support sacsng"
52
53 config TARGET_MPC8266ADS
54 bool "Support MPC8266ADS"
55
56 config TARGET_VOVPN_GW
57 bool "Support VoVPN-GW"
58
59 config TARGET_IDS8247
60 bool "Support IDS8247"
61
62 config TARGET_KM82XX
63 bool "Support km82xx"
64
65 config TARGET_TQM8260
66 bool "Support TQM8260"
67
68 config TARGET_TQM8272
69 bool "Support TQM8272"
70
71 endchoice
72
73 source "board/atc/Kconfig"
74 source "board/cogent/Kconfig"
75 source "board/cpu86/Kconfig"
76 source "board/cpu87/Kconfig"
77 source "board/ep8260/Kconfig"
78 source "board/ep82xxm/Kconfig"
79 source "board/freescale/mpc8266ads/Kconfig"
80 source "board/funkwerk/vovpn-gw/Kconfig"
81 source "board/gw8260/Kconfig"
82 source "board/hymod/Kconfig"
83 source "board/ids/ids8247/Kconfig"
84 source "board/iphase4539/Kconfig"
85 source "board/keymile/km82xx/Kconfig"
86 source "board/muas3001/Kconfig"
87 source "board/pm826/Kconfig"
88 source "board/pm828/Kconfig"
89 source "board/ppmc8260/Kconfig"
90 source "board/sacsng/Kconfig"
91 source "board/tqc/tqm8260/Kconfig"
92 source "board/tqc/tqm8272/Kconfig"
93
94 endmenu