Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
[oweals/u-boot.git] / arch / arm / mach-omap2 / am33xx / Kconfig
1 if TI816X
2
3 config TARGET_TI816X_EVM
4         bool "Support ti816x_evm"
5         help
6           This option specifies support for the TI8168 EVM development platform
7           with PG2.0 silicon and DDR3 DRAM.
8
9 endif
10
11 if TI814X
12
13 config TARGET_TI814X_EVM
14         bool "Support ti814x_evm"
15         help
16           This option specifies support for the TI8148
17           EVM development platform.
18
19 endif
20
21 if AM33XX
22
23 config AM33XX_CHILISOM
24         bool
25         select SUPPORT_SPL
26
27 choice
28         prompt "AM33xx board select"
29
30 config TARGET_AM335X_EVM
31         bool "Support am335x_evm"
32         select BOARD_LATE_INIT
33         select DM
34         select DM_GPIO
35         select DM_SERIAL
36         select TI_I2C_BOARD_DETECT
37         imply CMD_DM
38         imply SPL_DM
39         imply SPL_DM_SEQ_ALIAS
40         imply SPL_ENV_SUPPORT
41         imply SPL_FS_EXT4
42         imply SPL_FS_FAT
43         imply SPL_GPIO_SUPPORT
44         imply SPL_I2C_SUPPORT
45         imply SPL_LIBCOMMON_SUPPORT
46         imply SPL_LIBDISK_SUPPORT
47         imply SPL_LIBGENERIC_SUPPORT
48         imply SPL_MMC_SUPPORT
49         imply SPL_NAND_SUPPORT
50         imply SPL_OF_LIBFDT
51         imply SPL_POWER_SUPPORT
52         imply SPL_SEPARATE_BSS
53         imply SPL_SERIAL_SUPPORT
54         imply SPL_SYS_MALLOC_SIMPLE
55         imply SPL_WATCHDOG_SUPPORT
56         imply SPL_YMODEM_SUPPORT
57         help
58           This option specifies support for the AM335x
59           GP and HS EVM development platforms. The AM335x
60           GP EVM is a standalone test, development, and
61           evaluation module system that enables developers
62           to write software and develop hardware around
63           an AM335x processor subsystem.
64
65 config TARGET_AM335X_BALTOS
66         bool "Support am335x_baltos"
67         select BOARD_LATE_INIT
68         select DM
69         select DM_GPIO
70         select DM_SERIAL
71         imply CMD_DM
72
73 config TARGET_AM335X_IGEP003X
74         bool "Support am335x_igep003x"
75         select BOARD_LATE_INIT
76         select DM
77         select DM_GPIO
78         select DM_SERIAL
79         imply CMD_DM
80
81 config TARGET_AM335X_SHC
82         bool "Support am335x based shc board from bosch"
83         select BOARD_LATE_INIT
84         select DM
85         select DM_GPIO
86         select DM_SERIAL
87         imply CMD_DM
88         imply CMD_SPL
89
90 config TARGET_AM335X_GUARDIAN
91         bool "Support am335x based guardian board from bosch"
92         select DM
93         select DM_SERIAL
94         select DM_GPIO
95         select DM_USB
96
97 config TARGET_AM335X_SL50
98         bool "Support am335x_sl50"
99         select BOARD_LATE_INIT
100         select DM
101         select DM_GPIO
102         select DM_SERIAL
103         imply CMD_DM
104
105 config TARGET_BAV335X
106         bool "Support bav335x"
107         select BOARD_LATE_INIT
108         select DM
109         select DM_SERIAL
110         imply CMD_DM
111         help
112           The BAV335x OEM Network Processor integrates all the functions of an
113           embedded network computer in a small, easy to use SODIMM module which
114           incorporates the popular Texas Instruments Sitara 32bit ARM Coretex-A8
115           processor, with fast DDR3 512MB SDRAM, 4GB of embedded MMC and a Gigabit
116           ethernet with simple connection to external connectors.
117
118           For more information, visit: http://birdland.com/oem
119
120 config TARGET_BRXRE1
121         bool "Support BRXRE1"
122         select BOARD_LATE_INIT
123
124 config TARGET_BRPPT1
125         bool "Support BRPPT1"
126         select BOARD_LATE_INIT
127
128 config TARGET_CHILIBOARD
129         bool "Grinn chiliBoard"
130         select AM33XX_CHILISOM
131         select BOARD_LATE_INIT
132         select DM
133         select DM_SERIAL
134         imply CMD_DM
135
136 config TARGET_CM_T335
137         bool "Support cm_t335"
138         select DM
139         select DM_GPIO
140         select DM_SERIAL
141         imply CMD_DM
142
143 config TARGET_DRACO
144         bool "Support draco"
145         select BOARD_LATE_INIT
146         select DM
147         select DM_GPIO
148         select DM_SERIAL
149         imply CMD_DM
150
151 config TARGET_ETAMIN
152         bool "Support etamin"
153         select BOARD_LATE_INIT
154         select DM
155         select DM_GPIO
156         select DM_SERIAL
157         imply CMD_DM
158
159 config TARGET_PCM051
160         bool "Support pcm051"
161         select DM
162         select DM_GPIO
163         select DM_SERIAL
164         imply CMD_DM
165
166 config TARGET_PENGWYN
167         bool "Support pengwyn"
168         select DM
169         select DM_GPIO
170         select DM_SERIAL
171         imply CMD_DM
172
173 config TARGET_PEPPER
174         bool "Support pepper"
175         select DM
176         select DM_GPIO
177         select DM_SERIAL
178         imply CMD_DM
179
180 config TARGET_PXM2
181         bool "Support pxm2"
182         select BOARD_LATE_INIT
183         select DM
184         select DM_GPIO
185         select DM_SERIAL
186         imply CMD_DM
187
188 config TARGET_RASTABAN
189         bool "Support rastaban"
190         select BOARD_LATE_INIT
191         select DM
192         select DM_GPIO
193         select DM_SERIAL
194         imply CMD_DM
195
196 config TARGET_RUT
197         bool "Support rut"
198         select BOARD_LATE_INIT
199         select DM
200         select DM_GPIO
201         select DM_SERIAL
202         imply CMD_DM
203
204 config TARGET_THUBAN
205         bool "Support thuban"
206         select BOARD_LATE_INIT
207         select DM
208         select DM_GPIO
209         select DM_SERIAL
210         imply CMD_DM
211
212 config TARGET_PDU001
213         bool "Support PDU001"
214         select DM
215         select DM_SERIAL
216         imply SPL_SEPARATE_BSS
217         imply CMD_DM
218         help
219           Support for PDU001 platform developed by EETS GmbH.
220           The PDU001 is a processor and display unit developed around
221           the Computing-Module m2 from bytes at work AG.
222
223 endchoice
224
225 endif
226
227 if AM43XX
228
229 choice
230         prompt "AM43xx board select"
231
232 config TARGET_AM43XX_EVM
233         bool "Support am43xx_evm"
234         select BOARD_LATE_INIT
235         select TI_I2C_BOARD_DETECT
236         imply DM_ETH
237         imply DM_I2C
238         imply DM_SPI
239         imply DM_SPI_FLASH
240         imply SPL_ENV_SUPPORT
241         imply SPL_FS_EXT4
242         imply SPL_FS_FAT
243         imply SPL_GPIO_SUPPORT
244         imply SPL_I2C_SUPPORT
245         imply SPL_LIBCOMMON_SUPPORT
246         imply SPL_LIBDISK_SUPPORT
247         imply SPL_LIBGENERIC_SUPPORT
248         imply SPL_MMC_SUPPORT
249         imply SPL_NAND_SUPPORT
250         imply SPL_POWER_SUPPORT
251         imply SPL_SERIAL_SUPPORT
252         imply SPL_WATCHDOG_SUPPORT
253         imply SPL_YMODEM_SUPPORT
254         help
255           This option specifies support for the AM43xx
256           GP and HS EVM development platforms.The AM437x
257           GP EVM is a standalone test, development, and
258           evaluation module system that enables developers
259           to write software and develop hardware around
260           an AM43xx processor subsystem.
261
262 config TARGET_CM_T43
263         bool "Support cm_t43"
264
265 endchoice
266
267 config SPL_RTC_DDR_SUPPORT
268         bool
269         depends on SPL
270         prompt "Enable RTC-DDR ONLY Support"
271         help
272           If you want RTC-DDR ONLY Support, say Y. RTC Only with DDR in
273           self-refresh mode is a special power saving mode where in all
274           the other voltages are turned off apart from the RTC domain and DDR.
275           So only RTC is alive and ticking and one can program it to wake
276           up after a predetermined period. Once RTC alarm fires, the PMIC
277           powers up all the voltage domains. U-Boot takes a special path
278           as the DDR has contents is in self-refresh and restore path is
279           followed.
280
281 endif
282
283 if AM43XX || AM33XX
284 config PUB_ROM_DATA_SIZE
285         hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
286         default 0x8400
287         help
288           During the device boot, the public ROM uses the top of
289           the public L3 OCMC RAM to store r/w data like stack,
290           heap, globals etc. When the ROM is copying the boot
291           image from the boot media into memory, the image must
292           not spill over into this area. This value can be used
293           during compile time to determine the maximum size of a
294           boot image. Once the ROM transfers control to the boot
295           image, this area is no longer used, and can be reclaimed
296           for run time use by the boot image.
297 endif