]> git.sur5r.net Git - u-boot/blob - board/sunxi/Kconfig
sunxi: video: Add A64/H3/H5 HDMI driver
[u-boot] / board / sunxi / Kconfig
1 if ARCH_SUNXI
2
3 config IDENT_STRING
4         default " Allwinner Technology"
5
6 # FIXME: Should not redefine these Kconfig symbols
7 config PRE_CONSOLE_BUFFER
8         default y
9
10 config SPL_GPIO_SUPPORT
11         default y
12
13 config SPL_LIBCOMMON_SUPPORT
14         default y
15
16 config SPL_LIBDISK_SUPPORT
17         default y
18
19 config SPL_LIBGENERIC_SUPPORT
20         default y
21
22 config SPL_MMC_SUPPORT
23         depends on SPL && GENERIC_MMC
24         default y
25
26 config SPL_POWER_SUPPORT
27         default y
28
29 config SPL_SERIAL_SUPPORT
30         default y
31
32 config 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
43 # Note only one of these may be selected at a time! But hidden choices are
44 # not supported by Kconfig
45 config 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
51 config 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
59 config MACH_SUNXI_H3_H5
60         bool
61         select DM_I2C
62         select SUNXI_DE2
63         select SUNXI_GEN_SUN6I
64         select SUPPORT_SPL
65
66 choice
67         prompt "Sunxi SoC Variant"
68         optional
69
70 config MACH_SUN4I
71         bool "sun4i (Allwinner A10)"
72         select CPU_V7
73         select ARM_CORTEX_CPU_IS_UP
74         select SUNXI_GEN_SUN4I
75         select SUPPORT_SPL
76
77 config MACH_SUN5I
78         bool "sun5i (Allwinner A13)"
79         select CPU_V7
80         select ARM_CORTEX_CPU_IS_UP
81         select SUNXI_GEN_SUN4I
82         select SUPPORT_SPL
83
84 config MACH_SUN6I
85         bool "sun6i (Allwinner A31)"
86         select CPU_V7
87         select CPU_V7_HAS_NONSEC
88         select CPU_V7_HAS_VIRT
89         select ARCH_SUPPORT_PSCI
90         select SUNXI_GEN_SUN6I
91         select SUPPORT_SPL
92         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
93
94 config MACH_SUN7I
95         bool "sun7i (Allwinner A20)"
96         select CPU_V7
97         select CPU_V7_HAS_NONSEC
98         select CPU_V7_HAS_VIRT
99         select ARCH_SUPPORT_PSCI
100         select SUNXI_GEN_SUN4I
101         select SUPPORT_SPL
102         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
103
104 config MACH_SUN8I_A23
105         bool "sun8i (Allwinner A23)"
106         select CPU_V7
107         select CPU_V7_HAS_NONSEC
108         select CPU_V7_HAS_VIRT
109         select ARCH_SUPPORT_PSCI
110         select SUNXI_GEN_SUN6I
111         select SUPPORT_SPL
112         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
113
114 config MACH_SUN8I_A33
115         bool "sun8i (Allwinner A33)"
116         select CPU_V7
117         select CPU_V7_HAS_NONSEC
118         select CPU_V7_HAS_VIRT
119         select ARCH_SUPPORT_PSCI
120         select SUNXI_GEN_SUN6I
121         select SUPPORT_SPL
122         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
123
124 config MACH_SUN8I_A83T
125         bool "sun8i (Allwinner A83T)"
126         select CPU_V7
127         select SUNXI_GEN_SUN6I
128         select SUPPORT_SPL
129
130 config MACH_SUN8I_H3
131         bool "sun8i (Allwinner H3)"
132         select CPU_V7
133         select CPU_V7_HAS_NONSEC
134         select CPU_V7_HAS_VIRT
135         select ARCH_SUPPORT_PSCI
136         select MACH_SUNXI_H3_H5
137         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
138
139 config MACH_SUN8I_R40
140         bool "sun8i (Allwinner R40)"
141         select CPU_V7
142         select CPU_V7_HAS_NONSEC
143         select CPU_V7_HAS_VIRT
144         select ARCH_SUPPORT_PSCI
145         select SUNXI_GEN_SUN6I
146         select SUPPORT_SPL
147
148 config 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
157 config MACH_SUN9I
158         bool "sun9i (Allwinner A80)"
159         select CPU_V7
160         select SUNXI_HIGH_SRAM
161         select SUNXI_GEN_SUN6I
162         select SUPPORT_SPL
163
164 config MACH_SUN50I
165         bool "sun50i (Allwinner A64)"
166         select ARM64
167         select DM_I2C
168         select SUNXI_DE2
169         select SUNXI_GEN_SUN6I
170         select SUNXI_HIGH_SRAM
171         select SUPPORT_SPL
172
173 config MACH_SUN50I_H5
174         bool "sun50i (Allwinner H5)"
175         select ARM64
176         select MACH_SUNXI_H3_H5
177         select SUNXI_HIGH_SRAM
178
179 endchoice
180
181 # The sun8i SoCs share a lot, this helps to avoid a lot of "if A23 || A33"
182 config MACH_SUN8I
183         bool
184         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
188         default y if MACH_SUN8I_R40
189         default y if MACH_SUN8I_V3S
190
191 config 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
200 config 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
214 config 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
220
221 config DRAM_CLK
222         int "sunxi dram clock speed"
223         default 792 if MACH_SUN9I
224         default 648 if MACH_SUN8I_R40
225         default 312 if MACH_SUN6I || MACH_SUN8I
226         default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
227         default 672 if MACH_SUN50I
228         ---help---
229         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.
232
233 if MACH_SUN5I || MACH_SUN7I
234 config 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
240 endif
241
242 config DRAM_ZQ
243         int "sunxi dram zq value"
244         default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I
245         default 127 if MACH_SUN7I
246         default 3881979 if MACH_SUN8I_R40
247         default 4145117 if MACH_SUN9I
248         default 3881915 if MACH_SUN50I
249         ---help---
250         Set the dram zq value.
251
252 config DRAM_ODT_EN
253         bool "sunxi dram odt enable"
254         default n if !MACH_SUN8I_A23
255         default y if MACH_SUN8I_A23
256         default y if MACH_SUN8I_R40
257         default y if MACH_SUN50I
258         ---help---
259         Select this to enable dram odt (on die termination).
260
261 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
262 config DRAM_EMR1
263         int "sunxi dram emr1 value"
264         default 0 if MACH_SUN4I
265         default 4 if MACH_SUN5I || MACH_SUN7I
266         ---help---
267         Set the dram controller emr1 value.
268
269 config 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
280 config 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
296 choice
297         prompt "sunxi dram timings"
298         default DRAM_TIMINGS_VENDOR_MAGIC
299         ---help---
300         Select the timings of the DDR3 chips.
301
302 config 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
307 config 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
318 config 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
325 endchoice
326
327 endif
328
329 if MACH_SUN8I_A23
330 config 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.
338 endif
339
340 config SYS_CLK_FREQ
341         default 1008000000 if MACH_SUN4I
342         default 1008000000 if MACH_SUN5I
343         default 1008000000 if MACH_SUN6I
344         default 912000000 if MACH_SUN7I
345         default 1008000000 if MACH_SUN8I
346         default 1008000000 if MACH_SUN9I
347         default 816000000 if MACH_SUN50I
348
349 config SYS_CONFIG_NAME
350         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
355         default "sun9i" if MACH_SUN9I
356         default "sun50i" if MACH_SUN50I
357
358 config SYS_BOARD
359         default "sunxi"
360
361 config SYS_SOC
362         default "sunxi"
363
364 config UART0_PORT_F
365         bool "UART0 on MicroSD breakout board"
366         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
375 config OLD_SUNXI_KERNEL_COMPAT
376         bool "Enable workarounds for booting old kernels"
377         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
382 config 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
389 config MMC0_CD_PIN
390         string "Card detect pin for mmc0"
391         default "PF6" if MACH_SUN8I_A83T || MACH_SUNXI_H3_H5 || MACH_SUN50I
392         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
398 config MMC1_CD_PIN
399         string "Card detect pin for mmc1"
400         default ""
401         ---help---
402         See MMC0_CD_PIN help text.
403
404 config MMC2_CD_PIN
405         string "Card detect pin for mmc2"
406         default ""
407         ---help---
408         See MMC0_CD_PIN help text.
409
410 config MMC3_CD_PIN
411         string "Card detect pin for mmc3"
412         default ""
413         ---help---
414         See MMC0_CD_PIN help text.
415
416 config 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
423 config MMC2_PINS
424         string "Pins for mmc2"
425         default ""
426         ---help---
427         See MMC1_PINS help text.
428
429 config MMC3_PINS
430         string "Pins for mmc3"
431         default ""
432         ---help---
433         See MMC1_PINS help text.
434
435 config 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
443 config 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
452 config 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
459 config USB0_VBUS_DET
460         string "Vbus detect pin for usb0 (otg)"
461         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
466 config 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
473 config USB1_VBUS_PIN
474         string "Vbus enable pin for usb1 (ehci0)"
475         default "PH6" if MACH_SUN4I || MACH_SUN7I
476         default "PH27" if MACH_SUN6I
477         ---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
482 config USB2_VBUS_PIN
483         string "Vbus enable pin for usb2 (ehci1)"
484         default "PH3" if MACH_SUN4I || MACH_SUN7I
485         default "PH24" if MACH_SUN6I
486         ---help---
487         See USB1_VBUS_PIN help text.
488
489 config USB3_VBUS_PIN
490         string "Vbus enable pin for usb3 (ehci2)"
491         default ""
492         ---help---
493         See USB1_VBUS_PIN help text.
494
495 config I2C0_ENABLE
496         bool "Enable I2C/TWI controller 0"
497         default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40
498         default n if MACH_SUN6I || MACH_SUN8I
499         select CMD_I2C
500         ---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
506 config I2C1_ENABLE
507         bool "Enable I2C/TWI controller 1"
508         default n
509         select CMD_I2C
510         ---help---
511         See I2C0_ENABLE help text.
512
513 config I2C2_ENABLE
514         bool "Enable I2C/TWI controller 2"
515         default n
516         select CMD_I2C
517         ---help---
518         See I2C0_ENABLE help text.
519
520 if MACH_SUN6I || MACH_SUN7I
521 config I2C3_ENABLE
522         bool "Enable I2C/TWI controller 3"
523         default n
524         select CMD_I2C
525         ---help---
526         See I2C0_ENABLE help text.
527 endif
528
529 if SUNXI_GEN_SUN6I
530 config R_I2C_ENABLE
531         bool "Enable the PRCM I2C/TWI controller"
532         # This is used for the pmic on H3
533         default y if SY8106A_POWER
534         select CMD_I2C
535         ---help---
536         Set this to y to enable the I2C controller which is part of the PRCM.
537 endif
538
539 if MACH_SUN7I
540 config I2C4_ENABLE
541         bool "Enable I2C/TWI controller 4"
542         default n
543         select CMD_I2C
544         ---help---
545         See I2C0_ENABLE help text.
546 endif
547
548 config AXP_GPIO
549         bool "Enable support for gpio-s on axp PMICs"
550         default n
551         ---help---
552         Say Y here to enable support for the gpio pins of the axp PMIC ICs.
553
554 config VIDEO
555         bool "Enable graphical uboot console on HDMI, LCD or VGA"
556         depends on !MACH_SUN8I_A83T
557         depends on !MACH_SUNXI_H3_H5
558         depends on !MACH_SUN8I_R40
559         depends on !MACH_SUN8I_V3S
560         depends on !MACH_SUN9I
561         depends on !MACH_SUN50I
562         default y
563         ---help---
564         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
568 config VIDEO_HDMI
569         bool "HDMI output support"
570         depends on VIDEO && !MACH_SUN8I
571         default y
572         ---help---
573         Say Y here to add support for outputting video over HDMI.
574
575 config VIDEO_VGA
576         bool "VGA output support"
577         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
582 config VIDEO_VGA_VIA_LCD
583         bool "VGA via LCD controller support"
584         depends on VIDEO && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
585         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
591 config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
592         bool "Force sync active high for VGA via LCD controller support"
593         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
601 config 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
609 config VIDEO_COMPOSITE
610         bool "Composite video output support"
611         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
616 config 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
624         Also see: http://linux-sunxi.org/LCD
625
626 config 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
633 config 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
641 config 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
649 config 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
658 config 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.
665
666 config 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
673 config VIDEO_LCD_PANEL_I2C
674         bool "LCD panel needs to be configured via i2c"
675         depends on VIDEO
676         default n
677         select CMD_I2C
678         ---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
682 config 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
690 config 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
698
699 # Note only one of these may be selected at a time! But hidden choices are
700 # not supported by Kconfig
701 config VIDEO_LCD_IF_PARALLEL
702         bool
703
704 config VIDEO_LCD_IF_LVDS
705         bool
706
707 config SUNXI_DE2
708         bool
709         default n
710
711 config VIDEO_DE2
712         bool "Display Engine 2 video driver"
713         depends on SUNXI_DE2
714         select DM_VIDEO
715         select DISPLAY
716         default y
717         ---help---
718         Say y here if you want to build DE2 video driver which is present on
719         newer SoCs. Currently only HDMI output is supported.
720
721
722 choice
723         prompt "LCD panel support"
724         depends on VIDEO
725         ---help---
726         Select which type of LCD panel to support.
727
728 config VIDEO_LCD_PANEL_PARALLEL
729         bool "Generic parallel interface LCD panel"
730         select VIDEO_LCD_IF_PARALLEL
731
732 config VIDEO_LCD_PANEL_LVDS
733         bool "Generic lvds interface LCD panel"
734         select VIDEO_LCD_IF_LVDS
735
736 config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
737         bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
738         select VIDEO_LCD_SSD2828
739         select VIDEO_LCD_IF_PARALLEL
740         ---help---
741         7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
742
743 config VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804
744         bool "eDP 4-lane, 1.62G LCD panel via ANX9804 bridge chip"
745         select VIDEO_LCD_ANX9804
746         select VIDEO_LCD_IF_PARALLEL
747         select VIDEO_LCD_PANEL_I2C
748         ---help---
749         Select this for eDP LCD panels with 4 lanes running at 1.62G,
750         connected via an ANX9804 bridge chip.
751
752 config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
753         bool "Hitachi tx18d42vm LCD panel"
754         select VIDEO_LCD_HITACHI_TX18D42VM
755         select VIDEO_LCD_IF_LVDS
756         ---help---
757         7.85" 1024x768 Hitachi tx18d42vm LCD panel support
758
759 config VIDEO_LCD_TL059WV5C0
760         bool "tl059wv5c0 LCD panel"
761         select VIDEO_LCD_PANEL_I2C
762         select VIDEO_LCD_IF_PARALLEL
763         ---help---
764         6" 480x800 tl059wv5c0 panel support, as used on the Utoo P66 and
765         Aigo M60/M608/M606 tablets.
766
767 endchoice
768
769 config SATAPWR
770         string "SATA power pin"
771         default ""
772         help
773           Set the pins used to power the SATA. This takes a string in the
774           format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
775           port H.
776
777 config GMAC_TX_DELAY
778         int "GMAC Transmit Clock Delay Chain"
779         default 0
780         ---help---
781         Set the GMAC Transmit Clock Delay Chain value.
782
783 config SPL_STACK_R_ADDR
784         default 0x4fe00000 if MACH_SUN4I
785         default 0x4fe00000 if MACH_SUN5I
786         default 0x4fe00000 if MACH_SUN6I
787         default 0x4fe00000 if MACH_SUN7I
788         default 0x4fe00000 if MACH_SUN8I
789         default 0x2fe00000 if MACH_SUN9I
790         default 0x4fe00000 if MACH_SUN50I
791
792 endif