blob: e28628fa59d2d07ec7476f4995a6970f09116354 [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
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090031config TARGET_IPHASE4539
32 bool "Support IPHASE4539"
33
34config TARGET_MUAS3001
35 bool "Support muas3001"
36
37config TARGET_PM826
38 bool "Support PM826"
39
40config TARGET_PM828
41 bool "Support PM828"
42
43config TARGET_PPMC8260
44 bool "Support ppmc8260"
45
46config TARGET_SACSNG
47 bool "Support sacsng"
48
49config TARGET_MPC8266ADS
50 bool "Support MPC8266ADS"
51
52config TARGET_VOVPN_GW
53 bool "Support VoVPN-GW"
54
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090055config TARGET_KM82XX
56 bool "Support km82xx"
57
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090058config TARGET_TQM8272
59 bool "Support TQM8272"
60
61endchoice
62
63source "board/atc/Kconfig"
64source "board/cogent/Kconfig"
65source "board/cpu86/Kconfig"
66source "board/cpu87/Kconfig"
67source "board/ep8260/Kconfig"
68source "board/ep82xxm/Kconfig"
69source "board/freescale/mpc8266ads/Kconfig"
70source "board/funkwerk/vovpn-gw/Kconfig"
71source "board/gw8260/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090072source "board/iphase4539/Kconfig"
73source "board/keymile/km82xx/Kconfig"
74source "board/muas3001/Kconfig"
75source "board/pm826/Kconfig"
76source "board/pm828/Kconfig"
77source "board/ppmc8260/Kconfig"
78source "board/sacsng/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079source "board/tqc/tqm8272/Kconfig"
80
81endmenu