]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8260/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[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_IPHASE4539
32         bool "Support IPHASE4539"
33
34 config TARGET_MUAS3001
35         bool "Support muas3001"
36
37 config TARGET_PM826
38         bool "Support PM826"
39
40 config TARGET_PM828
41         bool "Support PM828"
42
43 config TARGET_PPMC8260
44         bool "Support ppmc8260"
45
46 config TARGET_SACSNG
47         bool "Support sacsng"
48
49 config TARGET_MPC8266ADS
50         bool "Support MPC8266ADS"
51
52 config TARGET_VOVPN_GW
53         bool "Support VoVPN-GW"
54
55 config TARGET_KM82XX
56         bool "Support km82xx"
57
58 endchoice
59
60 source "board/atc/Kconfig"
61 source "board/cogent/Kconfig"
62 source "board/cpu86/Kconfig"
63 source "board/cpu87/Kconfig"
64 source "board/ep8260/Kconfig"
65 source "board/ep82xxm/Kconfig"
66 source "board/freescale/mpc8266ads/Kconfig"
67 source "board/funkwerk/vovpn-gw/Kconfig"
68 source "board/gw8260/Kconfig"
69 source "board/iphase4539/Kconfig"
70 source "board/keymile/km82xx/Kconfig"
71 source "board/muas3001/Kconfig"
72 source "board/pm826/Kconfig"
73 source "board/pm828/Kconfig"
74 source "board/ppmc8260/Kconfig"
75 source "board/sacsng/Kconfig"
76
77 endmenu