blob: 903cd482a523ac889c4f2af52a60aa58fac77294 [file] [log] [blame]
Ian Campbell2c7e3b92014-10-24 21:20:44 +01001if ARCH_SUNXI
2
Siva Durga Prasad Paladugua4d88922016-07-29 15:31:47 +05303config IDENT_STRING
4 default " Allwinner Technology"
5
Alexandru Gagniuc0dcf18c2017-04-04 10:02:58 -07006# FIXME: Should not redefine these Kconfig symbols
Simon Glass8f925582016-10-17 20:12:36 -06007config PRE_CONSOLE_BUFFER
8 default y
9
Simon Glass53b5bf32016-09-12 23:18:39 -060010config SPL_GPIO_SUPPORT
11 default y
12
Simon Glass77d2f7f2016-09-12 23:18:41 -060013config SPL_LIBCOMMON_SUPPORT
14 default y
15
Simon Glass1646eba2016-09-12 23:18:42 -060016config SPL_LIBDISK_SUPPORT
17 default y
18
Simon Glasscc4288e2016-09-12 23:18:43 -060019config SPL_LIBGENERIC_SUPPORT
20 default y
21
Simon Glass1fdf7c62016-09-12 23:18:44 -060022config SPL_MMC_SUPPORT
Alexandru Gagniuc0dcf18c2017-04-04 10:02:58 -070023 depends on SPL && GENERIC_MMC
Simon Glass1fdf7c62016-09-12 23:18:44 -060024 default y
25
Simon Glass22537972016-09-12 23:18:54 -060026config SPL_POWER_SUPPORT
27 default y
28
Simon Glasse00f76c2016-09-12 23:18:56 -060029config SPL_SERIAL_SUPPORT
30 default y
31
Andre Przywarabc613d82017-02-16 01:20:23 +000032config SUNXI_HIGH_SRAM
33 bool
34 default n
35 ---help---
36 Older Allwinner SoCs have their mask boot ROM mapped just below 4GB,
37 with the first SRAM region being located at address 0.
38 Some newer SoCs map the boot ROM at address 0 instead and move the
39 SRAM to 64KB, just behind the mask ROM.
40 Chips using the latter setup are supposed to select this option to
41 adjust the addresses accordingly.
42
Hans de Goede44d8ae52015-04-06 20:33:34 +020043# Note only one of these may be selected at a time! But hidden choices are
44# not supported by Kconfig
45config SUNXI_GEN_SUN4I
46 bool
47 ---help---
48 Select this for sunxi SoCs which have resets and clocks set up
49 as the original A10 (mach-sun4i).
50
51config SUNXI_GEN_SUN6I
52 bool
53 ---help---
54 Select this for sunxi SoCs which have sun6i like periphery, like
55 separate ahb reset control registers, custom pmic bus, new style
56 watchdog, etc.
57
58
Andre Przywara7b82a222017-02-16 01:20:27 +000059config MACH_SUNXI_H3_H5
60 bool
Jernej Skrabeca05a4542017-04-27 00:03:37 +020061 select DM_I2C
Jernej Skrabec1ae5def2017-03-27 19:22:31 +020062 select SUNXI_DE2
Andre Przywara7b82a222017-02-16 01:20:27 +000063 select SUNXI_GEN_SUN6I
64 select SUPPORT_SPL
65
Ian Campbell2c7e3b92014-10-24 21:20:44 +010066choice
67 prompt "Sunxi SoC Variant"
Hans de Goede3da95362016-06-12 11:57:07 +020068 optional
Ian Campbell2c7e3b92014-10-24 21:20:44 +010069
Ian Campbellc3be2792014-10-24 21:20:45 +010070config MACH_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010071 bool "sun4i (Allwinner A10)"
72 select CPU_V7
Andre Przywara85db5832017-02-16 01:20:21 +000073 select ARM_CORTEX_CPU_IS_UP
Hans de Goede44d8ae52015-04-06 20:33:34 +020074 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010075 select SUPPORT_SPL
76
Ian Campbellc3be2792014-10-24 21:20:45 +010077config MACH_SUN5I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010078 bool "sun5i (Allwinner A13)"
79 select CPU_V7
Andre Przywara85db5832017-02-16 01:20:21 +000080 select ARM_CORTEX_CPU_IS_UP
Hans de Goede44d8ae52015-04-06 20:33:34 +020081 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010082 select SUPPORT_SPL
83
Ian Campbellc3be2792014-10-24 21:20:45 +010084config MACH_SUN6I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010085 bool "sun6i (Allwinner A31)"
86 select CPU_V7
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +080087 select CPU_V7_HAS_NONSEC
88 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +090089 select ARCH_SUPPORT_PSCI
Hans de Goede44d8ae52015-04-06 20:33:34 +020090 select SUNXI_GEN_SUN6I
Hans de Goede8c2c9cf2014-10-25 20:18:10 +020091 select SUPPORT_SPL
Chen-Yu Tsaicc08ea42015-05-28 21:25:32 +080092 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +010093
Ian Campbellc3be2792014-10-24 21:20:45 +010094config MACH_SUN7I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010095 bool "sun7i (Allwinner A20)"
96 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +010097 select CPU_V7_HAS_NONSEC
98 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +090099 select ARCH_SUPPORT_PSCI
Hans de Goede44d8ae52015-04-06 20:33:34 +0200100 select SUNXI_GEN_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100101 select SUPPORT_SPL
Hans de Goedeb366fb92014-10-24 20:12:04 +0200102 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100103
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200104config MACH_SUN8I_A23
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100105 bool "sun8i (Allwinner A23)"
106 select CPU_V7
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800107 select CPU_V7_HAS_NONSEC
108 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900109 select ARCH_SUPPORT_PSCI
Hans de Goede44d8ae52015-04-06 20:33:34 +0200110 select SUNXI_GEN_SUN6I
Hans de Goede08fd1472014-12-07 14:34:27 +0100111 select SUPPORT_SPL
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800112 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100113
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530114config MACH_SUN8I_A33
115 bool "sun8i (Allwinner A33)"
116 select CPU_V7
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800117 select CPU_V7_HAS_NONSEC
118 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900119 select ARCH_SUPPORT_PSCI
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530120 select SUNXI_GEN_SUN6I
121 select SUPPORT_SPL
Chen-Yu Tsai014414f2015-05-28 21:25:34 +0800122 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Vishnu Patekar8c3dacf2015-03-01 23:47:48 +0530123
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800124config MACH_SUN8I_A83T
125 bool "sun8i (Allwinner A83T)"
126 select CPU_V7
127 select SUNXI_GEN_SUN6I
128 select SUPPORT_SPL
129
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100130config MACH_SUN8I_H3
131 bool "sun8i (Allwinner H3)"
132 select CPU_V7
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800133 select CPU_V7_HAS_NONSEC
134 select CPU_V7_HAS_VIRT
Masahiro Yamada217f92b2016-08-30 16:22:22 +0900135 select ARCH_SUPPORT_PSCI
Andre Przywara7b82a222017-02-16 01:20:27 +0000136 select MACH_SUNXI_H3_H5
Chen-Yu Tsai853f6d12016-01-06 15:13:09 +0800137 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Jens Kuske1c27b7d2015-11-17 15:12:58 +0100138
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800139config MACH_SUN8I_R40
140 bool "sun8i (Allwinner R40)"
141 select CPU_V7
Chen-Yu Tsai09186482017-03-01 11:03:15 +0800142 select CPU_V7_HAS_NONSEC
143 select CPU_V7_HAS_VIRT
144 select ARCH_SUPPORT_PSCI
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800145 select SUNXI_GEN_SUN6I
Chen-Yu Tsai50ae7ae2016-12-02 16:09:49 +0800146 select SUPPORT_SPL
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800147
Icenowy Zhengc1994892017-04-08 15:30:12 +0800148config MACH_SUN8I_V3S
149 bool "sun8i (Allwinner V3s)"
150 select CPU_V7
151 select CPU_V7_HAS_NONSEC
152 select CPU_V7_HAS_VIRT
153 select ARCH_SUPPORT_PSCI
154 select SUNXI_GEN_SUN6I
155 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
156
Hans de Goede1871a8c2015-01-13 19:25:06 +0100157config MACH_SUN9I
158 bool "sun9i (Allwinner A80)"
159 select CPU_V7
Andre Przywarabc613d82017-02-16 01:20:23 +0000160 select SUNXI_HIGH_SRAM
Hans de Goede1871a8c2015-01-13 19:25:06 +0100161 select SUNXI_GEN_SUN6I
Philipp Tomsicha98c2962016-10-28 18:21:32 +0800162 select SUPPORT_SPL
Hans de Goede1871a8c2015-01-13 19:25:06 +0100163
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800164config MACH_SUN50I
165 bool "sun50i (Allwinner A64)"
166 select ARM64
Jernej Skrabeca05a4542017-04-27 00:03:37 +0200167 select DM_I2C
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200168 select SUNXI_DE2
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800169 select SUNXI_GEN_SUN6I
Andre Przywarabc613d82017-02-16 01:20:23 +0000170 select SUNXI_HIGH_SRAM
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000171 select SUPPORT_SPL
Chen-Yu Tsaia81b7992016-05-02 10:28:07 +0800172
Andre Przywara997bde62017-02-16 01:20:28 +0000173config MACH_SUN50I_H5
174 bool "sun50i (Allwinner H5)"
175 select ARM64
176 select MACH_SUNXI_H3_H5
177 select SUNXI_HIGH_SRAM
178
Ian Campbell2c7e3b92014-10-24 21:20:44 +0100179endchoice
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800180
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200181# The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
182config MACH_SUN8I
183 bool
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800184 default y if MACH_SUN8I_A23
185 default y if MACH_SUN8I_A33
186 default y if MACH_SUN8I_A83T
187 default y if MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800188 default y if MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800189 default y if MACH_SUN8I_V3S
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200190
Andre Przywarab5402d12017-01-02 11:48:35 +0000191config RESERVE_ALLWINNER_BOOT0_HEADER
192 bool "reserve space for Allwinner boot0 header"
193 select ENABLE_ARM_SOC_BOOT0_HOOK
194 ---help---
195 Prepend a 1536 byte (empty) header to the U-Boot image file, to be
196 filled with magic values post build. The Allwinner provided boot0
197 blob relies on this information to load and execute U-Boot.
198 Only needed on 64-bit Allwinner boards so far when using boot0.
199
Andre Przywara83843c92017-01-02 11:48:36 +0000200config ARM_BOOT_HOOK_RMR
201 bool
202 depends on ARM64
203 default y
204 select ENABLE_ARM_SOC_BOOT0_HOOK
205 ---help---
206 Insert some ARM32 code at the very beginning of the U-Boot binary
207 which uses an RMR register write to bring the core into AArch64 mode.
208 The very first instruction acts as a switch, since it's carefully
209 chosen to be a NOP in one mode and a branch in the other, so the
210 code would only be executed if not already in AArch64.
211 This allows both the SPL and the U-Boot proper to be entered in
212 either mode and switch to AArch64 if needed.
213
Vishnu Patekarf5fd8ca2016-01-12 01:20:58 +0800214config DRAM_TYPE
215 int "sunxi dram type"
216 depends on MACH_SUN8I_A83T
217 default 3
218 ---help---
219 Set the dram type, 3: DDR3, 7: LPDDR3
Hans de Goede5e6bacd2015-04-06 20:55:39 +0200220
Hans de Goede37781a12014-11-15 19:46:39 +0100221config DRAM_CLK
Hans de Goede8ffc4872015-01-17 14:24:55 +0100222 int "sunxi dram clock speed"
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800223 default 792 if MACH_SUN9I
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800224 default 648 if MACH_SUN8I_R40
Hans de Goede8ffc4872015-01-17 14:24:55 +0100225 default 312 if MACH_SUN6I || MACH_SUN8I
226 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
Andre Przywara52e31822017-01-02 11:48:37 +0000227 default 672 if MACH_SUN50I
Hans de Goede37781a12014-11-15 19:46:39 +0100228 ---help---
Philipp Tomsich297bb9e2016-10-28 18:21:28 +0800229 Set the dram clock speed, valid range 240 - 480 (prior to sun9i),
230 must be a multiple of 24. For the sun9i (A80), the tested values
231 (for DDR3-1600) are 312 to 792.
Hans de Goede37781a12014-11-15 19:46:39 +0100232
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200233if MACH_SUN5I || MACH_SUN7I
234config DRAM_MBUS_CLK
235 int "sunxi mbus clock speed"
236 default 300
237 ---help---
238 Set the mbus clock speed. The maximum on sun5i hardware is 300MHz.
239
240endif
241
Hans de Goede37781a12014-11-15 19:46:39 +0100242config DRAM_ZQ
Hans de Goede8ffc4872015-01-17 14:24:55 +0100243 int "sunxi dram zq value"
244 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I
245 default 127 if MACH_SUN7I
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800246 default 3881979 if MACH_SUN8I_R40
Chen-Yu Tsai58b628e2016-10-28 18:21:36 +0800247 default 4145117 if MACH_SUN9I
Andre Przywara52e31822017-01-02 11:48:37 +0000248 default 3881915 if MACH_SUN50I
Hans de Goede37781a12014-11-15 19:46:39 +0100249 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100250 Set the dram zq value.
Hans de Goede37781a12014-11-15 19:46:39 +0100251
Hans de Goede8975cdf2015-05-13 15:00:46 +0200252config DRAM_ODT_EN
253 bool "sunxi dram odt enable"
254 default n if !MACH_SUN8I_A23
255 default y if MACH_SUN8I_A23
Chen-Yu Tsaifab03e32016-11-30 16:58:35 +0800256 default y if MACH_SUN8I_R40
Andre Przywaraeb77f5c2017-01-02 11:48:45 +0000257 default y if MACH_SUN50I
Hans de Goede8975cdf2015-05-13 15:00:46 +0200258 ---help---
259 Select this to enable dram odt (on die termination).
260
Hans de Goede8ffc4872015-01-17 14:24:55 +0100261if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
262config DRAM_EMR1
263 int "sunxi dram emr1 value"
264 default 0 if MACH_SUN4I
265 default 4 if MACH_SUN5I || MACH_SUN7I
266 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +0100267 Set the dram controller emr1 value.
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200268
Siarhei Siamashka47e35012015-02-01 00:27:06 +0200269config DRAM_TPR3
270 hex "sunxi dram tpr3 value"
271 default 0
272 ---help---
273 Set the dram controller tpr3 parameter. This parameter configures
274 the delay on the command lane and also phase shifts, which are
275 applied for sampling incoming read data. The default value 0
276 means that no phase/delay adjustments are necessary. Properly
277 configuring this parameter increases reliability at high DRAM
278 clock speeds.
279
280config DRAM_DQS_GATING_DELAY
281 hex "sunxi dram dqs_gating_delay value"
282 default 0
283 ---help---
284 Set the dram controller dqs_gating_delay parmeter. Each byte
285 encodes the DQS gating delay for each byte lane. The delay
286 granularity is 1/4 cycle. For example, the value 0x05060606
287 means that the delay is 5 quarter-cycles for one lane (1.25
288 cycles) and 6 quarter-cycles (1.5 cycles) for 3 other lanes.
289 The default value 0 means autodetection. The results of hardware
290 autodetection are not very reliable and depend on the chip
291 temperature (sometimes producing different results on cold start
292 and warm reboot). But the accuracy of hardware autodetection
293 is usually good enough, unless running at really high DRAM
294 clocks speeds (up to 600MHz). If unsure, keep as 0.
295
Siarhei Siamashkad1336472015-02-01 00:27:05 +0200296choice
297 prompt "sunxi dram timings"
298 default DRAM_TIMINGS_VENDOR_MAGIC
299 ---help---
300 Select the timings of the DDR3 chips.
301
302config DRAM_TIMINGS_VENDOR_MAGIC
303 bool "Magic vendor timings from Android"
304 ---help---
305 The same DRAM timings as in the Allwinner boot0 bootloader.
306
307config DRAM_TIMINGS_DDR3_1066F_1333H
308 bool "JEDEC DDR3-1333H with down binning to DDR3-1066F"
309 ---help---
310 Use the timings of the standard JEDEC DDR3-1066F speed bin for
311 DRAM_CLK <= 533MHz and the timings of the DDR3-1333H speed bin
312 for DRAM_CLK > 533MHz. This covers the majority of DDR3 chips
313 used in Allwinner A10/A13/A20 devices. In the case of DDR3-1333
314 or DDR3-1600 chips, be sure to check the DRAM datasheet to confirm
315 that down binning to DDR3-1066F is supported (because DDR3-1066F
316 uses a bit faster timings than DDR3-1333H).
317
318config DRAM_TIMINGS_DDR3_800E_1066G_1333J
319 bool "JEDEC DDR3-800E / DDR3-1066G / DDR3-1333J"
320 ---help---
321 Use the timings of the slowest possible JEDEC speed bin for the
322 selected DRAM_CLK. Depending on the DRAM_CLK value, it may be
323 DDR3-800E, DDR3-1066G or DDR3-1333J.
324
325endchoice
326
Hans de Goede37781a12014-11-15 19:46:39 +0100327endif
328
Hans de Goede8975cdf2015-05-13 15:00:46 +0200329if MACH_SUN8I_A23
330config DRAM_ODT_CORRECTION
331 int "sunxi dram odt correction value"
332 default 0
333 ---help---
334 Set the dram odt correction value (range -255 - 255). In allwinner
335 fex files, this option is found in bits 8-15 of the u32 odt_en variable
336 in the [dram] section. When bit 31 of the odt_en variable is set
337 then the correction is negative. Usually the value for this is 0.
338endif
339
Iain Patone71b4222015-03-28 10:26:38 +0000340config SYS_CLK_FREQ
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800341 default 1008000000 if MACH_SUN4I
342 default 1008000000 if MACH_SUN5I
343 default 1008000000 if MACH_SUN6I
Iain Patone71b4222015-03-28 10:26:38 +0000344 default 912000000 if MACH_SUN7I
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800345 default 1008000000 if MACH_SUN8I
346 default 1008000000 if MACH_SUN9I
347 default 816000000 if MACH_SUN50I
Iain Patone71b4222015-03-28 10:26:38 +0000348
Maxime Ripard8a6564d2014-10-03 20:16:29 +0800349config SYS_CONFIG_NAME
Ian Campbellc3be2792014-10-24 21:20:45 +0100350 default "sun4i" if MACH_SUN4I
351 default "sun5i" if MACH_SUN5I
352 default "sun6i" if MACH_SUN6I
353 default "sun7i" if MACH_SUN7I
354 default "sun8i" if MACH_SUN8I
Hans de Goede1871a8c2015-01-13 19:25:06 +0100355 default "sun9i" if MACH_SUN9I
Siarhei Siamashkad96ebc42016-03-29 17:29:10 +0200356 default "sun50i" if MACH_SUN50I
Hans de Goede6ae66f22014-08-01 09:28:24 +0200357
Masahiro Yamadadd840582014-07-30 14:08:14 +0900358config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900359 default "sunxi"
360
361config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +0900362 default "sunxi"
363
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200364config UART0_PORT_F
365 bool "UART0 on MicroSD breakout board"
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +0200366 default n
367 ---help---
368 Repurpose the SD card slot for getting access to the UART0 serial
369 console. Primarily useful only for low level u-boot debugging on
370 tablets, where normal UART0 is difficult to access and requires
371 device disassembly and/or soldering. As the SD card can't be used
372 at the same time, the system can be only booted in the FEL mode.
373 Only enable this if you really know what you are doing.
374
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200375config OLD_SUNXI_KERNEL_COMPAT
Masahiro Yamadaab650062016-08-12 10:26:50 +0900376 bool "Enable workarounds for booting old kernels"
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200377 default n
378 ---help---
379 Set this to enable various workarounds for old kernels, this results in
380 sub-optimal settings for newer kernels, only enable if needed.
381
Mylène Josserandf5fd7882017-04-02 12:59:10 +0200382config MACPWR
383 string "MAC power pin"
384 default ""
385 help
386 Set the pin used to power the MAC. This takes a string in the format
387 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
388
Hans de Goedecd821132014-10-02 20:29:26 +0200389config MMC0_CD_PIN
390 string "Card detect pin for mmc0"
Andre Przywara7b82a222017-02-16 01:20:27 +0000391 default "PF6" if MACH_SUN8I_A83T || MACH_SUNXI_H3_H5 || MACH_SUN50I
Hans de Goedecd821132014-10-02 20:29:26 +0200392 default ""
393 ---help---
394 Set the card detect pin for mmc0, leave empty to not use cd. This
395 takes a string in the format understood by sunxi_name_to_gpio, e.g.
396 PH1 for pin 1 of port H.
397
398config MMC1_CD_PIN
399 string "Card detect pin for mmc1"
400 default ""
401 ---help---
402 See MMC0_CD_PIN help text.
403
404config MMC2_CD_PIN
405 string "Card detect pin for mmc2"
406 default ""
407 ---help---
408 See MMC0_CD_PIN help text.
409
410config MMC3_CD_PIN
411 string "Card detect pin for mmc3"
412 default ""
413 ---help---
414 See MMC0_CD_PIN help text.
415
Paul Kocialkowski8deacca2015-03-22 18:12:23 +0100416config MMC1_PINS
417 string "Pins for mmc1"
418 default ""
419 ---help---
420 Set the pins used for mmc1, when applicable. This takes a string in the
421 format understood by sunxi_name_to_gpio_bank, e.g. PH for port H.
422
423config MMC2_PINS
424 string "Pins for mmc2"
425 default ""
426 ---help---
427 See MMC1_PINS help text.
428
429config MMC3_PINS
430 string "Pins for mmc3"
431 default ""
432 ---help---
433 See MMC1_PINS help text.
434
Hans de Goede2ccfac02014-10-02 20:43:50 +0200435config MMC_SUNXI_SLOT_EXTRA
436 int "mmc extra slot number"
437 default -1
438 ---help---
439 sunxi builds always enable mmc0, some boards also have a second sdcard
440 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
441 support for this.
442
Hans de Goede2c3c3ec2016-04-01 22:39:26 +0200443config INITIAL_USB_SCAN_DELAY
444 int "delay initial usb scan by x ms to allow builtin devices to init"
445 default 0
446 ---help---
447 Some boards have on board usb devices which need longer than the
448 USB spec's 1 second to connect from board powerup. Set this config
449 option to a non 0 value to add an extra delay before the first usb
450 bus scan.
451
Hans de Goede4458b7a2015-01-07 15:26:06 +0100452config USB0_VBUS_PIN
453 string "Vbus enable pin for usb0 (otg)"
454 default ""
455 ---help---
456 Set the Vbus enable pin for usb0 (otg). This takes a string in the
457 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
458
Hans de Goede52defe82015-02-16 22:13:43 +0100459config USB0_VBUS_DET
460 string "Vbus detect pin for usb0 (otg)"
Hans de Goede52defe82015-02-16 22:13:43 +0100461 default ""
462 ---help---
463 Set the Vbus detect pin for usb0 (otg). This takes a string in the
464 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
465
Hans de Goede48c06c92015-06-14 17:29:53 +0200466config USB0_ID_DET
467 string "ID detect pin for usb0 (otg)"
468 default ""
469 ---help---
470 Set the ID detect pin for usb0 (otg). This takes a string in the
471 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
472
Hans de Goede115200c2014-11-07 16:09:00 +0100473config USB1_VBUS_PIN
474 string "Vbus enable pin for usb1 (ehci0)"
475 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100476 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100477 ---help---
478 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
479 a string in the format understood by sunxi_name_to_gpio, e.g.
480 PH1 for pin 1 of port H.
481
482config USB2_VBUS_PIN
483 string "Vbus enable pin for usb2 (ehci1)"
484 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100485 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100486 ---help---
487 See USB1_VBUS_PIN help text.
488
Hans de Goede60fa6302016-03-18 08:42:01 +0100489config USB3_VBUS_PIN
490 string "Vbus enable pin for usb3 (ehci2)"
491 default ""
492 ---help---
493 See USB1_VBUS_PIN help text.
494
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200495config I2C0_ENABLE
496 bool "Enable I2C/TWI controller 0"
Chen-Yu Tsai409677e2016-11-30 15:30:30 +0800497 default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200498 default n if MACH_SUN6I || MACH_SUN8I
Hans de Goede0878a8a2016-05-15 13:51:58 +0200499 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200500 ---help---
501 This allows enabling I2C/TWI controller 0 by muxing its pins, enabling
502 its clock and setting up the bus. This is especially useful on devices
503 with slaves connected to the bus or with pins exposed through e.g. an
504 expansion port/header.
505
506config I2C1_ENABLE
507 bool "Enable I2C/TWI controller 1"
508 default n
Hans de Goede0878a8a2016-05-15 13:51:58 +0200509 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200510 ---help---
511 See I2C0_ENABLE help text.
512
513config I2C2_ENABLE
514 bool "Enable I2C/TWI controller 2"
515 default n
Hans de Goede0878a8a2016-05-15 13:51:58 +0200516 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200517 ---help---
518 See I2C0_ENABLE help text.
519
520if MACH_SUN6I || MACH_SUN7I
521config I2C3_ENABLE
522 bool "Enable I2C/TWI controller 3"
523 default n
Hans de Goede0878a8a2016-05-15 13:51:58 +0200524 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200525 ---help---
526 See I2C0_ENABLE help text.
527endif
528
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100529if SUNXI_GEN_SUN6I
Jelle van der Waa9d082682016-01-14 14:06:26 +0100530config R_I2C_ENABLE
531 bool "Enable the PRCM I2C/TWI controller"
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100532 # This is used for the pmic on H3
533 default y if SY8106A_POWER
Hans de Goede0878a8a2016-05-15 13:51:58 +0200534 select CMD_I2C
Jelle van der Waa9d082682016-01-14 14:06:26 +0100535 ---help---
536 Set this to y to enable the I2C controller which is part of the PRCM.
Jelle van der Waa0d8382a2016-02-23 18:47:19 +0100537endif
Jelle van der Waa9d082682016-01-14 14:06:26 +0100538
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200539if MACH_SUN7I
540config I2C4_ENABLE
541 bool "Enable I2C/TWI controller 4"
542 default n
Hans de Goede0878a8a2016-05-15 13:51:58 +0200543 select CMD_I2C
Paul Kocialkowski6c739c52015-04-10 23:09:52 +0200544 ---help---
545 See I2C0_ENABLE help text.
546endif
547
Hans de Goede2fcf0332015-04-25 17:25:14 +0200548config AXP_GPIO
Masahiro Yamadaab650062016-08-12 10:26:50 +0900549 bool "Enable support for gpio-s on axp PMICs"
Hans de Goede2fcf0332015-04-25 17:25:14 +0200550 default n
551 ---help---
552 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
553
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200554config VIDEO
Masahiro Yamadaab650062016-08-12 10:26:50 +0900555 bool "Enable graphical uboot console on HDMI, LCD or VGA"
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800556 depends on !MACH_SUN8I_A83T
557 depends on !MACH_SUNXI_H3_H5
Chen-Yu Tsai379feba2016-11-30 14:57:32 +0800558 depends on !MACH_SUN8I_R40
Icenowy Zhengc1994892017-04-08 15:30:12 +0800559 depends on !MACH_SUN8I_V3S
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800560 depends on !MACH_SUN9I
561 depends on !MACH_SUN50I
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200562 default y
563 ---help---
Hans de Goede2dae8002014-12-21 16:28:32 +0100564 Say Y here to add support for using a cfb console on the HDMI, LCD
565 or VGA output found on most sunxi devices. See doc/README.video for
566 info on how to select the video output and mode.
567
Hans de Goede2fbf0912014-12-23 23:04:35 +0100568config VIDEO_HDMI
Masahiro Yamadaab650062016-08-12 10:26:50 +0900569 bool "HDMI output support"
Hans de Goede2fbf0912014-12-23 23:04:35 +0100570 depends on VIDEO && !MACH_SUN8I
571 default y
572 ---help---
573 Say Y here to add support for outputting video over HDMI.
574
Hans de Goeded9786d22014-12-25 13:58:06 +0100575config VIDEO_VGA
Masahiro Yamadaab650062016-08-12 10:26:50 +0900576 bool "VGA output support"
Hans de Goeded9786d22014-12-25 13:58:06 +0100577 depends on VIDEO && (MACH_SUN4I || MACH_SUN7I)
578 default n
579 ---help---
580 Say Y here to add support for outputting video over VGA.
581
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100582config VIDEO_VGA_VIA_LCD
Masahiro Yamadaab650062016-08-12 10:26:50 +0900583 bool "VGA via LCD controller support"
Chen-Yu Tsai2583d5b2015-01-12 18:02:10 +0800584 depends on VIDEO && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100585 default n
586 ---help---
587 Say Y here to add support for external DACs connected to the parallel
588 LCD interface driving a VGA connector, such as found on the
589 Olimex A13 boards.
590
Hans de Goedefb75d972015-01-25 15:33:07 +0100591config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
Masahiro Yamadaab650062016-08-12 10:26:50 +0900592 bool "Force sync active high for VGA via LCD controller support"
Hans de Goedefb75d972015-01-25 15:33:07 +0100593 depends on VIDEO_VGA_VIA_LCD
594 default n
595 ---help---
596 Say Y here if you've a board which uses opendrain drivers for the vga
597 hsync and vsync signals. Opendrain drivers cannot generate steep enough
598 positive edges for a stable video output, so on boards with opendrain
599 drivers the sync signals must always be active high.
600
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800601config VIDEO_VGA_EXTERNAL_DAC_EN
602 string "LCD panel power enable pin"
603 depends on VIDEO_VGA_VIA_LCD
604 default ""
605 ---help---
606 Set the enable pin for the external VGA DAC. This takes a string in the
607 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
608
Hans de Goede39920c82015-08-03 19:20:26 +0200609config VIDEO_COMPOSITE
Masahiro Yamadaab650062016-08-12 10:26:50 +0900610 bool "Composite video output support"
Hans de Goede39920c82015-08-03 19:20:26 +0200611 depends on VIDEO && (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I)
612 default n
613 ---help---
614 Say Y here to add support for outputting composite video.
615
Hans de Goede2dae8002014-12-21 16:28:32 +0100616config VIDEO_LCD_MODE
617 string "LCD panel timing details"
618 depends on VIDEO
619 default ""
620 ---help---
621 LCD panel timing details string, leave empty if there is no LCD panel.
622 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
623 x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:0,vmode:0
Hans de Goede8addd3e2015-08-16 11:23:42 +0200624 Also see: http://linux-sunxi.org/LCD
Hans de Goede2dae8002014-12-21 16:28:32 +0100625
Hans de Goede65150322015-01-13 13:21:46 +0100626config VIDEO_LCD_DCLK_PHASE
627 int "LCD panel display clock phase"
628 depends on VIDEO
629 default 1
630 ---help---
631 Select LCD panel display clock phase shift, range 0-3.
632
Hans de Goede2dae8002014-12-21 16:28:32 +0100633config VIDEO_LCD_POWER
634 string "LCD panel power enable pin"
635 depends on VIDEO
636 default ""
637 ---help---
638 Set the power enable pin for the LCD panel. This takes a string in the
639 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
640
Hans de Goede242e3d82015-02-16 17:26:41 +0100641config VIDEO_LCD_RESET
642 string "LCD panel reset pin"
643 depends on VIDEO
644 default ""
645 ---help---
646 Set the reset pin for the LCD panel. This takes a string in the format
647 understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
648
Hans de Goede2dae8002014-12-21 16:28:32 +0100649config VIDEO_LCD_BL_EN
650 string "LCD panel backlight enable pin"
651 depends on VIDEO
652 default ""
653 ---help---
654 Set the backlight enable pin for the LCD panel. This takes a string in the
655 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
656 port H.
657
658config VIDEO_LCD_BL_PWM
659 string "LCD panel backlight pwm pin"
660 depends on VIDEO
661 default ""
662 ---help---
663 Set the backlight pwm pin for the LCD panel. This takes a string in the
664 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200665
Hans de Goedea7403ae2015-01-22 21:02:42 +0100666config VIDEO_LCD_BL_PWM_ACTIVE_LOW
667 bool "LCD panel backlight pwm is inverted"
668 depends on VIDEO
669 default y
670 ---help---
671 Set this if the backlight pwm output is active low.
672
Hans de Goede55410082015-02-16 17:23:25 +0100673config VIDEO_LCD_PANEL_I2C
674 bool "LCD panel needs to be configured via i2c"
675 depends on VIDEO
Hans de Goede1fc42012015-03-07 12:00:02 +0100676 default n
Hans de Goede0878a8a2016-05-15 13:51:58 +0200677 select CMD_I2C
Hans de Goede55410082015-02-16 17:23:25 +0100678 ---help---
679 Say y here if the LCD panel needs to be configured via i2c. This
680 will add a bitbang i2c controller using gpios to talk to the LCD.
681
682config VIDEO_LCD_PANEL_I2C_SDA
683 string "LCD panel i2c interface SDA pin"
684 depends on VIDEO_LCD_PANEL_I2C
685 default "PG12"
686 ---help---
687 Set the SDA pin for the LCD i2c interface. This takes a string in the
688 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
689
690config VIDEO_LCD_PANEL_I2C_SCL
691 string "LCD panel i2c interface SCL pin"
692 depends on VIDEO_LCD_PANEL_I2C
693 default "PG10"
694 ---help---
695 Set the SCL pin for the LCD i2c interface. This takes a string in the
696 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
697
Hans de Goede213480e2015-01-01 22:04:34 +0100698
699# Note only one of these may be selected at a time! But hidden choices are
700# not supported by Kconfig
701config VIDEO_LCD_IF_PARALLEL
702 bool
703
704config VIDEO_LCD_IF_LVDS
705 bool
706
Jernej Skrabec1ae5def2017-03-27 19:22:31 +0200707config SUNXI_DE2
708 bool
709 default n
710
Hans de Goede213480e2015-01-01 22:04:34 +0100711
712choice
713 prompt "LCD panel support"
714 depends on VIDEO
715 ---help---
716 Select which type of LCD panel to support.
717
718config VIDEO_LCD_PANEL_PARALLEL
719 bool "Generic parallel interface LCD panel"
720 select VIDEO_LCD_IF_PARALLEL
721
722config VIDEO_LCD_PANEL_LVDS
723 bool "Generic lvds interface LCD panel"
724 select VIDEO_LCD_IF_LVDS
725
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200726config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
727 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
728 select VIDEO_LCD_SSD2828
729 select VIDEO_LCD_IF_PARALLEL
730 ---help---
Hans de Goedec1cfd512015-08-08 16:13:53 +0200731 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
732
733config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
734 bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
735 select VIDEO_LCD_ANX9804
736 select VIDEO_LCD_IF_PARALLEL
737 select VIDEO_LCD_PANEL_I2C
738 ---help---
739 Select this for eDP LCD panels with 4 lanes running at 1.62G,
740 connected via an ANX9804 bridge chip.
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200741
Hans de Goede27515b22015-01-20 09:23:36 +0100742config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
743 bool "Hitachi tx18d42vm LCD panel"
744 select VIDEO_LCD_HITACHI_TX18D42VM
745 select VIDEO_LCD_IF_LVDS
746 ---help---
747 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
748
Hans de Goedeaad2ac22015-02-16 17:49:47 +0100749config VIDEO_LCD_TL059WV5C0
750 bool "tl059wv5c0 LCD panel"
751 select VIDEO_LCD_PANEL_I2C
752 select VIDEO_LCD_IF_PARALLEL
753 ---help---
754 6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
755 Aigo M60/M608/M606 tablets.
756
Hans de Goede213480e2015-01-01 22:04:34 +0100757endchoice
758
Mylène Josserandd7b560e2017-04-02 12:59:09 +0200759config SATAPWR
760 string "SATA power pin"
761 default ""
762 help
763 Set the pins used to power the SATA. This takes a string in the
764 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
765 port H.
Hans de Goede213480e2015-01-01 22:04:34 +0100766
Hans de Goedec13f60d2015-01-25 12:10:48 +0100767config GMAC_TX_DELAY
768 int "GMAC Transmit Clock Delay Chain"
769 default 0
770 ---help---
771 Set the GMAC Transmit Clock Delay Chain value.
772
Hans de Goedeff42d102015-09-13 13:02:48 +0200773config SPL_STACK_R_ADDR
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800774 default 0x4fe00000 if MACH_SUN4I
775 default 0x4fe00000 if MACH_SUN5I
776 default 0x4fe00000 if MACH_SUN6I
777 default 0x4fe00000 if MACH_SUN7I
778 default 0x4fe00000 if MACH_SUN8I
Hans de Goedeff42d102015-09-13 13:02:48 +0200779 default 0x2fe00000 if MACH_SUN9I
Chen-Yu Tsai301791c2017-03-02 16:03:06 +0800780 default 0x4fe00000 if MACH_SUN50I
Hans de Goedeff42d102015-09-13 13:02:48 +0200781
Masahiro Yamadadd840582014-07-30 14:08:14 +0900782endif