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