]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.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_HYMOD
32         bool "Support hymod"
33
34 config TARGET_IPHASE4539
35         bool "Support IPHASE4539"
36
37 config TARGET_MUAS3001
38         bool "Support muas3001"
39
40 config TARGET_PM826
41         bool "Support PM826"
42
43 config TARGET_PM828
44         bool "Support PM828"
45
46 config TARGET_PPMC8260
47         bool "Support ppmc8260"
48
49 config TARGET_SACSNG
50         bool "Support sacsng"
51
52 config TARGET_MPC8266ADS
53         bool "Support MPC8266ADS"
54
55 config TARGET_VOVPN_GW
56         bool "Support VoVPN-GW"
57
58 config TARGET_IDS8247
59         bool "Support IDS8247"
60
61 config TARGET_KM82XX
62         bool "Support km82xx"
63
64 config TARGET_TQM8260
65         bool "Support TQM8260"
66
67 config TARGET_TQM8272
68         bool "Support TQM8272"
69
70 endchoice
71
72 source "board/atc/Kconfig"
73 source "board/cogent/Kconfig"
74 source "board/cpu86/Kconfig"
75 source "board/cpu87/Kconfig"
76 source "board/ep8260/Kconfig"
77 source "board/ep82xxm/Kconfig"
78 source "board/freescale/mpc8266ads/Kconfig"
79 source "board/funkwerk/vovpn-gw/Kconfig"
80 source "board/gw8260/Kconfig"
81 source "board/hymod/Kconfig"
82 source "board/ids/ids8247/Kconfig"
83 source "board/iphase4539/Kconfig"
84 source "board/keymile/km82xx/Kconfig"
85 source "board/muas3001/Kconfig"
86 source "board/pm826/Kconfig"
87 source "board/pm828/Kconfig"
88 source "board/ppmc8260/Kconfig"
89 source "board/sacsng/Kconfig"
90 source "board/tqc/tqm8260/Kconfig"
91 source "board/tqc/tqm8272/Kconfig"
92
93 endmenu