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