mpc83xx: Introduce ARCH_MPC837X
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc83xx / Kconfig
1 menu "mpc83xx CPU"
2         depends on MPC83xx
3
4 config SYS_CPU
5         default "mpc83xx"
6
7 choice
8         prompt "Target select"
9         optional
10
11 config TARGET_MPC8308_P1M
12         bool "Support mpc8308_p1m"
13         select ARCH_MPC8308
14
15 config TARGET_SBC8349
16         bool "Support sbc8349"
17         select ARCH_MPC8349
18
19 config TARGET_VE8313
20         bool "Support ve8313"
21         select ARCH_MPC8313
22
23 config TARGET_VME8349
24         bool "Support vme8349"
25         select ARCH_MPC8349
26
27 config TARGET_MPC8308RDB
28         bool "Support MPC8308RDB"
29         select ARCH_MPC8308
30         select SYS_FSL_ERRATUM_ESDHC111
31
32 config TARGET_MPC8313ERDB
33         bool "Support MPC8313ERDB"
34         select ARCH_MPC8313
35         select BOARD_EARLY_INIT_F
36         select SUPPORT_SPL
37
38 config TARGET_MPC8315ERDB
39         bool "Support MPC8315ERDB"
40         select ARCH_MPC8315
41         select BOARD_EARLY_INIT_F
42
43 config TARGET_MPC8323ERDB
44         bool "Support MPC8323ERDB"
45         select ARCH_MPC832X
46
47 config TARGET_MPC832XEMDS
48         bool "Support MPC832XEMDS"
49         select ARCH_MPC832X
50         select BOARD_EARLY_INIT_F
51
52 config TARGET_MPC8349EMDS
53         bool "Support MPC8349EMDS"
54         select ARCH_MPC8349
55         select BOARD_EARLY_INIT_F
56         select SYS_FSL_DDR
57         select SYS_FSL_DDR_BE
58         select SYS_FSL_HAS_DDR2
59
60 config TARGET_MPC8349ITX
61         bool "Support MPC8349ITX"
62         select ARCH_MPC8349
63         imply CMD_IRQ
64
65 config TARGET_MPC837XEMDS
66         bool "Support MPC837XEMDS"
67         select ARCH_MPC837X
68         select BOARD_EARLY_INIT_F
69         imply CMD_SATA
70         imply FSL_SATA
71
72 config TARGET_MPC837XERDB
73         bool "Support MPC837XERDB"
74         select ARCH_MPC837X
75         select BOARD_EARLY_INIT_F
76
77 config TARGET_IDS8313
78         bool "Support ids8313"
79         select ARCH_MPC8313
80         select DM
81         imply CMD_DM
82
83 config TARGET_KM8360
84         bool "Support km8360"
85         select ARCH_MPC8360
86         imply CMD_CRAMFS
87         imply CMD_DIAG
88         imply FS_CRAMFS
89
90 config TARGET_SUVD3
91         bool "Support suvd3"
92         select ARCH_MPC8309 if SYS_EXTRA_OPTIONS="KMTEGR1"
93         select ARCH_MPC8309 if SYS_EXTRA_OPTIONS="KMVECT1"
94         select ARCH_MPC832X if SYS_EXTRA_OPTIONS="SUVD3"
95         imply CMD_CRAMFS
96         imply FS_CRAMFS
97
98 config TARGET_TUXX1
99         bool "Support tuxx1"
100         select ARCH_MPC832X
101         imply CMD_CRAMFS
102         imply FS_CRAMFS
103
104 config TARGET_TQM834X
105         bool "Support TQM834x"
106         select ARCH_MPC8349
107
108 config TARGET_HRCON
109         bool "Support hrcon"
110         select ARCH_MPC8308
111         select SYS_FSL_ERRATUM_ESDHC111
112
113 config TARGET_STRIDER
114         bool "Support strider"
115         select ARCH_MPC8308
116         select SYS_FSL_ERRATUM_ESDHC111
117         imply CMD_PCA953X
118
119 endchoice
120
121 config ARCH_MPC830X
122         bool
123
124 config ARCH_MPC8308
125         bool
126         select ARCH_MPC830X
127
128 config ARCH_MPC8309
129         bool
130         select ARCH_MPC830X
131
132 config ARCH_MPC831X
133         bool
134
135 config ARCH_MPC8313
136         bool
137         select ARCH_MPC831X
138
139 config ARCH_MPC8315
140         bool
141         select ARCH_MPC831X
142
143 config ARCH_MPC832X
144         bool
145
146 config ARCH_MPC834X
147         bool
148
149 config ARCH_MPC8349
150         bool
151         select ARCH_MPC834X
152
153 config ARCH_MPC8360
154         bool
155
156 config ARCH_MPC837X
157         bool
158
159 source "board/esd/vme8349/Kconfig"
160 source "board/freescale/mpc8308rdb/Kconfig"
161 source "board/freescale/mpc8313erdb/Kconfig"
162 source "board/freescale/mpc8315erdb/Kconfig"
163 source "board/freescale/mpc8323erdb/Kconfig"
164 source "board/freescale/mpc832xemds/Kconfig"
165 source "board/freescale/mpc8349emds/Kconfig"
166 source "board/freescale/mpc8349itx/Kconfig"
167 source "board/freescale/mpc837xemds/Kconfig"
168 source "board/freescale/mpc837xerdb/Kconfig"
169 source "board/ids/ids8313/Kconfig"
170 source "board/keymile/km83xx/Kconfig"
171 source "board/mpc8308_p1m/Kconfig"
172 source "board/sbc8349/Kconfig"
173 source "board/tqc/tqm834x/Kconfig"
174 source "board/ve8313/Kconfig"
175 source "board/gdsys/mpc8308/Kconfig"
176
177 endmenu