xref: /openbmc/u-boot/drivers/video/Kconfig (revision 0872d443)
10b11dbf7SMasahiro Yamada#
20b11dbf7SMasahiro Yamada# Video configuration
30b11dbf7SMasahiro Yamada#
40b11dbf7SMasahiro Yamada
50b11dbf7SMasahiro Yamadamenu "Graphics support"
60b11dbf7SMasahiro Yamada
71acafc73SSimon Glassconfig DM_VIDEO
81acafc73SSimon Glass	bool "Enable driver model support for LCD/video"
91acafc73SSimon Glass	depends on DM
101acafc73SSimon Glass	help
111acafc73SSimon Glass	  This enables driver model for LCD and video devices. These support
121acafc73SSimon Glass	  a bitmap display of various sizes and depths which can be drawn on
131acafc73SSimon Glass	  to display a command-line console or splash screen. Enabling this
141acafc73SSimon Glass	  option compiles in the video uclass and routes all LCD/video access
151acafc73SSimon Glass	  through this.
161acafc73SSimon Glass
171acafc73SSimon Glassconfig VIDEO_BPP8
181acafc73SSimon Glass	bool "Support 8-bit-per-pixel displays"
191acafc73SSimon Glass	depends on DM_VIDEO
201acafc73SSimon Glass	default y if DM_VIDEO
211acafc73SSimon Glass	help
221acafc73SSimon Glass	  Support drawing text and bitmaps onto a 8-bit-per-pixel display.
231acafc73SSimon Glass	  Enabling this will include code to support this display. Without
241acafc73SSimon Glass	  this option, such displays will not be supported and console output
251acafc73SSimon Glass	  will be empty.
261acafc73SSimon Glass
271acafc73SSimon Glassconfig VIDEO_BPP16
281acafc73SSimon Glass	bool "Support 16-bit-per-pixel displays"
291acafc73SSimon Glass	depends on DM_VIDEO
301acafc73SSimon Glass	default y if DM_VIDEO
311acafc73SSimon Glass	help
321acafc73SSimon Glass	  Support drawing text and bitmaps onto a 16-bit-per-pixel display.
331acafc73SSimon Glass	  Enabling this will include code to support this display. Without
341acafc73SSimon Glass	  this option, such displays will not be supported and console output
351acafc73SSimon Glass	  will be empty.
361acafc73SSimon Glass
371acafc73SSimon Glassconfig VIDEO_BPP32
381acafc73SSimon Glass	bool "Support 32-bit-per-pixel displays"
391acafc73SSimon Glass	depends on DM_VIDEO
401acafc73SSimon Glass	default y if DM_VIDEO
411acafc73SSimon Glass	help
421acafc73SSimon Glass	  Support drawing text and bitmaps onto a 32-bit-per-pixel display.
431acafc73SSimon Glass	  Enabling this will include code to support this display. Without
441acafc73SSimon Glass	  this option, such displays will not be supported and console output
451acafc73SSimon Glass	  will be empty.
461acafc73SSimon Glass
476e42e251SSimon Glassconfig CONSOLE_NORMAL
486e42e251SSimon Glass	bool "Support a simple text console"
496e42e251SSimon Glass	depends on DM_VIDEO
506e42e251SSimon Glass	default y if DM_VIDEO
516e42e251SSimon Glass	help
526e42e251SSimon Glass	  Support drawing text on the frame buffer console so that it can be
536e42e251SSimon Glass	  used as a console. Rotation is not supported by this driver (see
546e42e251SSimon Glass	  CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used
556e42e251SSimon Glass	  for the display.
566e42e251SSimon Glass
576e42e251SSimon Glassconfig CONSOLE_ROTATION
58b5146b28SSimon Glass	bool "Support rotated displays"
59b5146b28SSimon Glass	depends on DM_VIDEO
60b5146b28SSimon Glass	help
61b5146b28SSimon Glass	  Sometimes, for example if the display is mounted in portrait
62b5146b28SSimon Glass	  mode or even if it's mounted landscape but rotated by 180degree,
63b5146b28SSimon Glass	  we need to rotate our content of the display relative to the
64b5146b28SSimon Glass	  framebuffer, so that user can read the messages which are
65b5146b28SSimon Glass	  printed out. Enable this option to include a text driver which can
66b5146b28SSimon Glass	  support this. The rotation is set by the 'rot' parameter in
67b5146b28SSimon Glass	  struct video_priv: 0=unrotated, 1=90 degrees clockwise, 2=180
68b5146b28SSimon Glass	  degrees, 3=270 degrees.
69b5146b28SSimon Glass
70a29b0120SSimon Glassconfig CONSOLE_TRUETYPE
71a29b0120SSimon Glass	bool "Support a console that uses TrueType fonts"
72a29b0120SSimon Glass	depends on DM_VIDEO
73a29b0120SSimon Glass	help
74a29b0120SSimon Glass	  TrueTrype fonts can provide outline-drawing capability rather than
75a29b0120SSimon Glass	  needing to provide a bitmap for each font and size that is needed.
76a29b0120SSimon Glass	  With this option you can adjust the text size and use a variety of
77a29b0120SSimon Glass	  fonts. Note that this is noticeably slower than with normal console.
78a29b0120SSimon Glass
79a29b0120SSimon Glassconfig CONSOLE_TRUETYPE_SIZE
80a29b0120SSimon Glass	int "TrueType font size"
81a29b0120SSimon Glass	depends on CONSOLE_TRUETYPE
82a29b0120SSimon Glass	default 18
83a29b0120SSimon Glass	help
84a29b0120SSimon Glass	  This sets the font size for the console. The size is measured in
85a29b0120SSimon Glass	  pixels and is the nominal height of a character. Note that fonts
86a29b0120SSimon Glass	  are commonly measured in 'points', being 1/72 inch (about 3.52mm).
87a29b0120SSimon Glass	  However that measurement depends on the size of your display and
88a29b0120SSimon Glass	  there is no standard display density. At present there is not a
89a29b0120SSimon Glass	  method to select the display's physical size, which would allow
90a29b0120SSimon Glass	  U-Boot to calculate the correct font size.
91a29b0120SSimon Glass
92a29b0120SSimon Glasssource "drivers/video/fonts/Kconfig"
93a29b0120SSimon Glass
94a2931b30SSimon Glassconfig VIDCONSOLE_AS_LCD
95a2931b30SSimon Glass	bool "Use 'vidconsole' when 'lcd' is seen in stdout"
96a2931b30SSimon Glass	depends on DM_VIDEO
97a2931b30SSimon Glass	help
98a2931b30SSimon Glass	  This is a work-around for boards which have 'lcd' in their stdout
99a2931b30SSimon Glass	  environment variable, but have moved to use driver model for video.
100a2931b30SSimon Glass	  In this case the console will no-longer work. While it is possible
101a2931b30SSimon Glass	  to update the environment, the breakage may be confusing for users.
102a2931b30SSimon Glass	  This option will be removed around the end of 2016.
103a2931b30SSimon Glass
10413b2bfceSBin Mengconfig VIDEO_COREBOOT
10513b2bfceSBin Meng	bool "Enable coreboot framebuffer driver support"
10613b2bfceSBin Meng	depends on X86 && SYS_COREBOOT
10713b2bfceSBin Meng	help
10813b2bfceSBin Meng	  Turn on this option to enable a framebuffer driver when U-Boot is
10913b2bfceSBin Meng	  loaded by coreboot where the graphics device is configured by
11013b2bfceSBin Meng	  coreboot already. This can in principle be used with any platform
11113b2bfceSBin Meng	  that coreboot supports.
11213b2bfceSBin Meng
1136b1ba984SSimon Glassconfig VIDEO_VESA
1146b1ba984SSimon Glass	bool "Enable VESA video driver support"
1156b1ba984SSimon Glass	default n
1166b1ba984SSimon Glass	help
1176b1ba984SSimon Glass	  Turn on this option to enable a very simple driver which uses vesa
1186b1ba984SSimon Glass	  to discover the video mode and then provides a frame buffer for use
1196b1ba984SSimon Glass	  by U-Boot. This can in principle be used with any platform that
1206b1ba984SSimon Glass	  supports PCI and video cards that support VESA BIOS Extension (VBE).
1216b1ba984SSimon Glass
1226bde2dc5SBin Mengconfig FRAMEBUFFER_SET_VESA_MODE
1236bde2dc5SBin Meng	bool "Set framebuffer graphics resolution"
12497cb0927SSimon Glass	depends on VIDEO_VESA || VIDEO_BROADWELL_IGD
1256bde2dc5SBin Meng	help
1266bde2dc5SBin Meng	  Set VESA/native framebuffer mode (needed for bootsplash and graphical
1276bde2dc5SBin Meng	  framebuffer console)
1286bde2dc5SBin Meng
1296bde2dc5SBin Mengchoice
1306bde2dc5SBin Meng	prompt "framebuffer graphics resolution"
1316bde2dc5SBin Meng	default FRAMEBUFFER_VESA_MODE_117
1326bde2dc5SBin Meng	depends on FRAMEBUFFER_SET_VESA_MODE
1336bde2dc5SBin Meng	help
1346bde2dc5SBin Meng	  This option sets the resolution used for the U-Boot framebuffer (and
1356bde2dc5SBin Meng	  bootsplash screen).
1366bde2dc5SBin Meng
1376bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_100
1386bde2dc5SBin Meng	bool "640x400 256-color"
1396bde2dc5SBin Meng
1406bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_101
1416bde2dc5SBin Meng	bool "640x480 256-color"
1426bde2dc5SBin Meng
1436bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_102
1446bde2dc5SBin Meng	bool "800x600 16-color"
1456bde2dc5SBin Meng
1466bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_103
1476bde2dc5SBin Meng	bool "800x600 256-color"
1486bde2dc5SBin Meng
1496bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_104
1506bde2dc5SBin Meng	bool "1024x768 16-color"
1516bde2dc5SBin Meng
1526bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_105
15357dccb55SBin Meng	bool "1024x768 256-color"
1546bde2dc5SBin Meng
1556bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_106
1566bde2dc5SBin Meng	bool "1280x1024 16-color"
1576bde2dc5SBin Meng
1586bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_107
1596bde2dc5SBin Meng	bool "1280x1024 256-color"
1606bde2dc5SBin Meng
1616bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_108
1626bde2dc5SBin Meng	bool "80x60 text"
1636bde2dc5SBin Meng
1646bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_109
1656bde2dc5SBin Meng	bool "132x25 text"
1666bde2dc5SBin Meng
1676bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10A
1686bde2dc5SBin Meng	bool "132x43 text"
1696bde2dc5SBin Meng
1706bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10B
1716bde2dc5SBin Meng	bool "132x50 text"
1726bde2dc5SBin Meng
1736bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10C
1746bde2dc5SBin Meng	bool "132x60 text"
1756bde2dc5SBin Meng
1766bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10D
1776bde2dc5SBin Meng	bool "320x200 32k-color (1:5:5:5)"
1786bde2dc5SBin Meng
1796bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10E
1806bde2dc5SBin Meng	bool "320x200 64k-color (5:6:5)"
1816bde2dc5SBin Meng
1826bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_10F
1836bde2dc5SBin Meng	bool "320x200 16.8M-color (8:8:8)"
1846bde2dc5SBin Meng
1856bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_110
1866bde2dc5SBin Meng	bool "640x480 32k-color (1:5:5:5)"
1876bde2dc5SBin Meng
1886bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_111
1896bde2dc5SBin Meng	bool "640x480 64k-color (5:6:5)"
1906bde2dc5SBin Meng
1916bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_112
1926bde2dc5SBin Meng	bool "640x480 16.8M-color (8:8:8)"
1936bde2dc5SBin Meng
1946bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_113
1956bde2dc5SBin Meng	bool "800x600 32k-color (1:5:5:5)"
1966bde2dc5SBin Meng
1976bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_114
1986bde2dc5SBin Meng	bool "800x600 64k-color (5:6:5)"
1996bde2dc5SBin Meng
2006bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_115
2016bde2dc5SBin Meng	bool "800x600 16.8M-color (8:8:8)"
2026bde2dc5SBin Meng
2036bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_116
2046bde2dc5SBin Meng	bool "1024x768 32k-color (1:5:5:5)"
2056bde2dc5SBin Meng
2066bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_117
2076bde2dc5SBin Meng	bool "1024x768 64k-color (5:6:5)"
2086bde2dc5SBin Meng
2096bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_118
2106bde2dc5SBin Meng	bool "1024x768 16.8M-color (8:8:8)"
2116bde2dc5SBin Meng
2126bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_119
2136bde2dc5SBin Meng	bool "1280x1024 32k-color (1:5:5:5)"
2146bde2dc5SBin Meng
2156bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_11A
2166bde2dc5SBin Meng	bool "1280x1024 64k-color (5:6:5)"
2176bde2dc5SBin Meng
2186bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_11B
2196bde2dc5SBin Meng	bool "1280x1024 16.8M-color (8:8:8)"
2206bde2dc5SBin Meng
2216bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE_USER
2226bde2dc5SBin Meng	bool "Manually select VESA mode"
2236bde2dc5SBin Meng
2246bde2dc5SBin Mengendchoice
2256bde2dc5SBin Meng
2266bde2dc5SBin Meng# Map the config names to an integer (KB).
2276bde2dc5SBin Mengconfig FRAMEBUFFER_VESA_MODE
2286bde2dc5SBin Meng	prompt "VESA mode" if FRAMEBUFFER_VESA_MODE_USER
2296bde2dc5SBin Meng	hex
2306bde2dc5SBin Meng	default 0x100 if FRAMEBUFFER_VESA_MODE_100
2316bde2dc5SBin Meng	default 0x101 if FRAMEBUFFER_VESA_MODE_101
2326bde2dc5SBin Meng	default 0x102 if FRAMEBUFFER_VESA_MODE_102
2336bde2dc5SBin Meng	default 0x103 if FRAMEBUFFER_VESA_MODE_103
2346bde2dc5SBin Meng	default 0x104 if FRAMEBUFFER_VESA_MODE_104
2356bde2dc5SBin Meng	default 0x105 if FRAMEBUFFER_VESA_MODE_105
2366bde2dc5SBin Meng	default 0x106 if FRAMEBUFFER_VESA_MODE_106
2376bde2dc5SBin Meng	default 0x107 if FRAMEBUFFER_VESA_MODE_107
2386bde2dc5SBin Meng	default 0x108 if FRAMEBUFFER_VESA_MODE_108
2396bde2dc5SBin Meng	default 0x109 if FRAMEBUFFER_VESA_MODE_109
2406bde2dc5SBin Meng	default 0x10A if FRAMEBUFFER_VESA_MODE_10A
2416bde2dc5SBin Meng	default 0x10B if FRAMEBUFFER_VESA_MODE_10B
2426bde2dc5SBin Meng	default 0x10C if FRAMEBUFFER_VESA_MODE_10C
2436bde2dc5SBin Meng	default 0x10D if FRAMEBUFFER_VESA_MODE_10D
2446bde2dc5SBin Meng	default 0x10E if FRAMEBUFFER_VESA_MODE_10E
2456bde2dc5SBin Meng	default 0x10F if FRAMEBUFFER_VESA_MODE_10F
2466bde2dc5SBin Meng	default 0x110 if FRAMEBUFFER_VESA_MODE_110
2476bde2dc5SBin Meng	default 0x111 if FRAMEBUFFER_VESA_MODE_111
2486bde2dc5SBin Meng	default 0x112 if FRAMEBUFFER_VESA_MODE_112
2496bde2dc5SBin Meng	default 0x113 if FRAMEBUFFER_VESA_MODE_113
2506bde2dc5SBin Meng	default 0x114 if FRAMEBUFFER_VESA_MODE_114
2516bde2dc5SBin Meng	default 0x115 if FRAMEBUFFER_VESA_MODE_115
2526bde2dc5SBin Meng	default 0x116 if FRAMEBUFFER_VESA_MODE_116
2536bde2dc5SBin Meng	default 0x117 if FRAMEBUFFER_VESA_MODE_117
2546bde2dc5SBin Meng	default 0x118 if FRAMEBUFFER_VESA_MODE_118
2556bde2dc5SBin Meng	default 0x119 if FRAMEBUFFER_VESA_MODE_119
2566bde2dc5SBin Meng	default 0x11A if FRAMEBUFFER_VESA_MODE_11A
2576bde2dc5SBin Meng	default 0x11B if FRAMEBUFFER_VESA_MODE_11B
2586bde2dc5SBin Meng	default 0x117 if FRAMEBUFFER_VESA_MODE_USER
2596bde2dc5SBin Meng
26066525bb7SHans de Goedeconfig VIDEO_LCD_ANX9804
26166525bb7SHans de Goede	bool "ANX9804 bridge chip"
26266525bb7SHans de Goede	default n
26366525bb7SHans de Goede	---help---
26466525bb7SHans de Goede	Support for the ANX9804 bridge chip, which can take pixel data coming
26566525bb7SHans de Goede	from a parallel LCD interface and translate it on the fy into a DP
26666525bb7SHans de Goede	interface for driving eDP TFT displays. It uses I2C for configuration.
26766525bb7SHans de Goede
268b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SSD2828
269b8329acfSSiarhei Siamashka	bool "SSD2828 bridge chip"
270b8329acfSSiarhei Siamashka	default n
271b8329acfSSiarhei Siamashka	---help---
272b8329acfSSiarhei Siamashka	Support for the SSD2828 bridge chip, which can take pixel data coming
273b8329acfSSiarhei Siamashka	from a parallel LCD interface and translate it on the fly into MIPI DSI
274b8329acfSSiarhei Siamashka	interface for driving a MIPI compatible LCD panel. It uses SPI for
275b8329acfSSiarhei Siamashka	configuration.
276b8329acfSSiarhei Siamashka
277b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SSD2828_TX_CLK
278b8329acfSSiarhei Siamashka	int "SSD2828 TX_CLK frequency (in MHz)"
279b8329acfSSiarhei Siamashka	depends on VIDEO_LCD_SSD2828
280dddccd69SSiarhei Siamashka	default 0
281b8329acfSSiarhei Siamashka	---help---
282b8329acfSSiarhei Siamashka	The frequency of the crystal, which is clocking SSD2828. It may be
283b8329acfSSiarhei Siamashka	anything in the 8MHz-30MHz range and the exact value should be
284b8329acfSSiarhei Siamashka	retrieved from the board schematics. Or in the case of Allwinner
285b8329acfSSiarhei Siamashka	hardware, it can be usually found as 'lcd_xtal_freq' variable in
286dddccd69SSiarhei Siamashka	FEX files. It can be also set to 0 for selecting PCLK from the
287dddccd69SSiarhei Siamashka	parallel LCD interface instead of TX_CLK as the PLL clock source.
288b8329acfSSiarhei Siamashka
289b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SSD2828_RESET
290b8329acfSSiarhei Siamashka	string "RESET pin of SSD2828"
291b8329acfSSiarhei Siamashka	depends on VIDEO_LCD_SSD2828
292b8329acfSSiarhei Siamashka	default ""
293b8329acfSSiarhei Siamashka	---help---
294b8329acfSSiarhei Siamashka	The reset pin of SSD2828 chip. This takes a string in the format
295b8329acfSSiarhei Siamashka	understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
296b8329acfSSiarhei Siamashka
297a5464f2bSHans de Goedeconfig VIDEO_LCD_HITACHI_TX18D42VM
298a5464f2bSHans de Goede	bool "Hitachi tx18d42vm LVDS LCD panel support"
299a5464f2bSHans de Goede	depends on VIDEO
300a5464f2bSHans de Goede	default n
301a5464f2bSHans de Goede	---help---
302a5464f2bSHans de Goede	Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a
303a5464f2bSHans de Goede	lcd controller which needs to be initialized over SPI, once that is
304a5464f2bSHans de Goede	done they work like a regular LVDS panel.
305a5464f2bSHans de Goede
306b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SPI_CS
307b8329acfSSiarhei Siamashka	string "SPI CS pin for LCD related config job"
308a5464f2bSHans de Goede	depends on VIDEO_LCD_SSD2828 || VIDEO_LCD_HITACHI_TX18D42VM
309b8329acfSSiarhei Siamashka	default ""
310b8329acfSSiarhei Siamashka	---help---
311b8329acfSSiarhei Siamashka	This is one of the SPI communication pins, involved in setting up a
312b8329acfSSiarhei Siamashka	working LCD configuration. The exact role of SPI may differ for
313b8329acfSSiarhei Siamashka	different hardware setups. The option takes a string in the format
314b8329acfSSiarhei Siamashka	understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
315b8329acfSSiarhei Siamashka
316b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SPI_SCLK
317b8329acfSSiarhei Siamashka	string "SPI SCLK pin for LCD related config job"
318a5464f2bSHans de Goede	depends on VIDEO_LCD_SSD2828 || VIDEO_LCD_HITACHI_TX18D42VM
319b8329acfSSiarhei Siamashka	default ""
320b8329acfSSiarhei Siamashka	---help---
321b8329acfSSiarhei Siamashka	This is one of the SPI communication pins, involved in setting up a
322b8329acfSSiarhei Siamashka	working LCD configuration. The exact role of SPI may differ for
323b8329acfSSiarhei Siamashka	different hardware setups. The option takes a string in the format
324b8329acfSSiarhei Siamashka	understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
325b8329acfSSiarhei Siamashka
326b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SPI_MOSI
327b8329acfSSiarhei Siamashka	string "SPI MOSI pin for LCD related config job"
328a5464f2bSHans de Goede	depends on VIDEO_LCD_SSD2828 || VIDEO_LCD_HITACHI_TX18D42VM
329b8329acfSSiarhei Siamashka	default ""
330b8329acfSSiarhei Siamashka	---help---
331b8329acfSSiarhei Siamashka	This is one of the SPI communication pins, involved in setting up a
332b8329acfSSiarhei Siamashka	working LCD configuration. The exact role of SPI may differ for
333b8329acfSSiarhei Siamashka	different hardware setups. The option takes a string in the format
334b8329acfSSiarhei Siamashka	understood by 'name_to_gpio' function, e.g. PH1 for pin 1 of port H.
335b8329acfSSiarhei Siamashka
336b8329acfSSiarhei Siamashkaconfig VIDEO_LCD_SPI_MISO
337b8329acfSSiarhei Siamashka	string "SPI MISO pin for LCD related config job (optional)"
338b8329acfSSiarhei Siamashka	depends on VIDEO_LCD_SSD2828
339b8329acfSSiarhei Siamashka	default ""
340b8329acfSSiarhei Siamashka	---help---
341b8329acfSSiarhei Siamashka	This is one of the SPI communication pins, involved in setting up a
342b8329acfSSiarhei Siamashka	working LCD configuration. The exact role of SPI may differ for
343b8329acfSSiarhei Siamashka	different hardware setups. If wired up, this pin may provide additional
344b8329acfSSiarhei Siamashka	useful functionality. Such as bi-directional communication with the
345b8329acfSSiarhei Siamashka	hardware and LCD panel id retrieval (if the panel can report it). The
346b8329acfSSiarhei Siamashka	option takes a string in the format understood by 'name_to_gpio'
347b8329acfSSiarhei Siamashka	function, e.g. PH1 for pin 1 of port H.
34851f2c99eSSimon Glass
349913d1be2SStefan Roeseconfig VIDEO_MVEBU
350913d1be2SStefan Roese	bool "Armada XP LCD controller"
351913d1be2SStefan Roese	default n
352913d1be2SStefan Roese	---help---
353913d1be2SStefan Roese	Support for the LCD controller integrated in the Marvell
354913d1be2SStefan Roese	Armada XP SoC.
355913d1be2SStefan Roese
3567588c312SAnatolij Gustschinconfig I2C_EDID
3577588c312SAnatolij Gustschin	bool "Enable EDID library"
3587588c312SAnatolij Gustschin	depends on DM_I2C
3597588c312SAnatolij Gustschin	default n
3607588c312SAnatolij Gustschin	help
3617588c312SAnatolij Gustschin	   This enables library for accessing EDID data from an LCD panel.
3627588c312SAnatolij Gustschin
3632dcf1433SSimon Glassconfig DISPLAY
3642dcf1433SSimon Glass	bool "Enable Display support"
3652dcf1433SSimon Glass	depends on DM
3667588c312SAnatolij Gustschin	default n
3677588c312SAnatolij Gustschin	select I2C_EDID
36851f2c99eSSimon Glass	help
3692dcf1433SSimon Glass	   This supports drivers that provide a display, such as eDP (Embedded
3702dcf1433SSimon Glass	   DisplayPort) and HDMI (High Definition Multimedia Interface).
3712dcf1433SSimon Glass	   The devices provide a simple interface to start up the display,
3722dcf1433SSimon Glass	   read display information and enable it.
373e7e8823cSSimon Glass
37497cb0927SSimon Glassconfig VIDEO_BROADWELL_IGD
37597cb0927SSimon Glass	bool "Enable Intel Broadwell integrated graphics device"
37697cb0927SSimon Glass	depends on X86
37797cb0927SSimon Glass	help
3781df91276SSimon Glass	  This enables support for integrated graphics on Intel broadwell
37997cb0927SSimon Glass	  devices. Initialisation is mostly performed by a VGA boot ROM, with
38097cb0927SSimon Glass	  some setup handled by U-Boot itself. The graphics adaptor works as
38197cb0927SSimon Glass	  a VESA device and supports LCD panels, eDP and LVDS outputs.
38297cb0927SSimon Glass	  Configuration of most aspects of device operation is performed using
38397cb0927SSimon Glass	  a special tool which configures the VGA ROM, but the graphics
38497cb0927SSimon Glass	  resolution can be selected in U-Boot.
38597cb0927SSimon Glass
3862c943804SSimon Glassconfig VIDEO_IVYBRIDGE_IGD
3872c943804SSimon Glass	bool "Enable Intel Ivybridge integration graphics support"
3882c943804SSimon Glass	depends on X86
3892c943804SSimon Glass	help
3902c943804SSimon Glass	  This enables support for integrated graphics on Intel ivybridge
3912c943804SSimon Glass	  devices. Initialisation is mostly performed by a VGA boot ROM, with
3922c943804SSimon Glass	  some setup handled by U-Boot itself. The graphics adaptor works as
3932c943804SSimon Glass	  a VESA device and supports LCD panels, eDP and LVDS outputs.
3942c943804SSimon Glass	  Configuration of most aspects of device operation is performed using
3952c943804SSimon Glass	  a special tool which configures the VGA ROM, but the graphics
3962c943804SSimon Glass	  resolution can be selected in U-Boot.
3972c943804SSimon Glass
398c2539483SSimon Glassconfig VIDEO_ROCKCHIP
399c2539483SSimon Glass	bool "Enable Rockchip video support"
400c2539483SSimon Glass	depends on DM_VIDEO
401c2539483SSimon Glass	help
402c2539483SSimon Glass	   Rockchip SoCs provide video output capabilities for High-Definition
403c2539483SSimon Glass	   Multimedia Interface (HDMI), Low-voltage Differential Signalling
404c2539483SSimon Glass	   (LVDS), embedded DisplayPort (eDP) and Display Serial Interface
405c2539483SSimon Glass	   (DSI). This driver supports the on-chip video output device, and
406c2539483SSimon Glass	   targets the Rockchip RK3288.
407c2539483SSimon Glass
4081e69ad01SSimon Glassconfig VIDEO_SANDBOX_SDL
4091e69ad01SSimon Glass	bool "Enable sandbox video console using SDL"
4101e69ad01SSimon Glass	depends on SANDBOX
4111e69ad01SSimon Glass	help
4121e69ad01SSimon Glass	  When using sandbox you can enable an emulated LCD display which
4131e69ad01SSimon Glass	  appears as an SDL (Simple DirectMedia Layer) window. This is a
4141e69ad01SSimon Glass	  console device and can display stdout output. Within U-Boot is is
4151e69ad01SSimon Glass	  a normal bitmap display and can display images as well as text.
4161e69ad01SSimon Glass
417d2f90650SSimon Glassconfig VIDEO_TEGRA20
418d2f90650SSimon Glass	bool "Enable LCD support on Tegra20"
41940d56a91SSimon Glass	depends on OF_CONTROL
420d2f90650SSimon Glass	help
421d2f90650SSimon Glass	   Tegra20 supports video output to an attached LCD panel as well as
422d2f90650SSimon Glass	   other options such as HDMI. Only the LCD is supported in U-Boot.
423d2f90650SSimon Glass	   This option enables this support which can be used on devices which
424d2f90650SSimon Glass	   have an LCD display connected.
425d2f90650SSimon Glass
426e7e8823cSSimon Glassconfig VIDEO_TEGRA124
427e7e8823cSSimon Glass	bool "Enable video support on Tegra124"
428d7659212SSimon Glass	depends on DM_VIDEO
429e7e8823cSSimon Glass	help
430e7e8823cSSimon Glass	   Tegra124 supports many video output options including eDP and
431e7e8823cSSimon Glass	   HDMI. At present only eDP is supported by U-Boot. This option
432e7e8823cSSimon Glass	   enables this support which can be used on devices which
433e7e8823cSSimon Glass	   have an eDP display connected.
434801ab9e9SSimon Glass
435801ab9e9SSimon Glasssource "drivers/video/bridge/Kconfig"
4360b11dbf7SMasahiro Yamada
43727604b15SSimon Glassconfig VIDEO
43827604b15SSimon Glass	bool "Enable legacy video support"
43927604b15SSimon Glass	depends on !DM_VIDEO
44027604b15SSimon Glass	help
44127604b15SSimon Glass	  Define this for video support, without using driver model. Some
44227604b15SSimon Glass	  drivers use this because they are not yet converted to driver
44327604b15SSimon Glass	  model. Video drivers typically provide a colour text console and
44427604b15SSimon Glass	  cursor.
44527604b15SSimon Glass
446bdba2b3aSSimon Glassconfig CFB_CONSOLE
447bdba2b3aSSimon Glass	bool "Enable colour frame buffer console"
448bdba2b3aSSimon Glass	depends on VIDEO
449bdba2b3aSSimon Glass	default y if VIDEO
450bdba2b3aSSimon Glass	help
451bdba2b3aSSimon Glass	  Enables the colour frame buffer driver. This supports colour
452bdba2b3aSSimon Glass	  output on a bitmap display from an in-memory frame buffer.
453bdba2b3aSSimon Glass	  Several colour devices are supported along with various options to
454bdba2b3aSSimon Glass	  adjust the supported features. The driver is implemented in
455bdba2b3aSSimon Glass	  cfb_console.c
456bdba2b3aSSimon Glass
457bdba2b3aSSimon Glass	  The following defines are needed (cf. smiLynxEM, i8042)
458bdba2b3aSSimon Glass		VIDEO_FB_LITTLE_ENDIAN	graphic memory organisation
459bdba2b3aSSimon Glass					(default big endian)
460bdba2b3aSSimon Glass		VIDEO_HW_RECTFILL	graphic chip supports
461bdba2b3aSSimon Glass					rectangle fill (cf. smiLynxEM)
462bdba2b3aSSimon Glass		VIDEO_HW_BITBLT		graphic chip supports
463bdba2b3aSSimon Glass					bit-blit (cf. smiLynxEM)
464bdba2b3aSSimon Glass		VIDEO_VISIBLE_COLS	visible pixel columns (cols=pitch)
465bdba2b3aSSimon Glass		VIDEO_VISIBLE_ROWS	visible pixel rows
466bdba2b3aSSimon Glass		VIDEO_PIXEL_SIZE	bytes per pixel
467bdba2b3aSSimon Glass		VIDEO_DATA_FORMAT	graphic data format
468bdba2b3aSSimon Glass					(0-5, cf. cfb_console.c)
469bdba2b3aSSimon Glass		VIDEO_FB_ADRS		framebuffer address
470bdba2b3aSSimon Glass		VIDEO_KBD_INIT_FCT	keyboard int fct (i.e. rx51_kp_init())
471bdba2b3aSSimon Glass		VIDEO_TSTC_FCT		test char fct (i.e. rx51_kp_tstc)
472bdba2b3aSSimon Glass		VIDEO_GETC_FCT		get char fct (i.e. rx51_kp_getc)
473bdba2b3aSSimon Glass		CONFIG_VIDEO_LOGO	display Linux logo in upper left corner
474bdba2b3aSSimon Glass		CONFIG_VIDEO_BMP_LOGO	use bmp_logo.h instead of linux_logo.h
475bdba2b3aSSimon Glass					for logo. Requires CONFIG_VIDEO_LOGO
476bdba2b3aSSimon Glass		CONFIG_CONSOLE_EXTRA_INFO
477bdba2b3aSSimon Glass					additional board info beside
478bdba2b3aSSimon Glass					the logo
479bdba2b3aSSimon Glass		CONFIG_HIDE_LOGO_VERSION
480bdba2b3aSSimon Glass					do not display bootloader
481bdba2b3aSSimon Glass					version string
482bdba2b3aSSimon Glass
483bdba2b3aSSimon Glass	  When CONFIG_CFB_CONSOLE is defined, the video console is the
484bdba2b3aSSimon Glass	  default console. The serial console can be forced by setting the
485bdba2b3aSSimon Glass	  environment 'console=serial'.
486bdba2b3aSSimon Glass
487c6745195SSimon Glassconfig CFB_CONSOLE_ANSI
488c6745195SSimon Glass	bool "Support ANSI escape sequences"
489c6745195SSimon Glass	depends on CFB_CONSOLE
490c6745195SSimon Glass	help
491c6745195SSimon Glass	  This allows the colour buffer frame buffer driver to support
492c6745195SSimon Glass	  a limited number of ANSI escape sequences (cursor control,
493c6745195SSimon Glass	  erase functions and limited graphics rendition control). Normal
494c6745195SSimon Glass	  output from U-Boot will pass through this filter.
495c6745195SSimon Glass
4961e1a0fb2SSimon Glassconfig VGA_AS_SINGLE_DEVICE
4971e1a0fb2SSimon Glass	bool "Set the video as an output-only device"
4981e1a0fb2SSimon Glass	depends on CFB_CONSOLE
4991e1a0fb2SSimon Glass	default y
5001e1a0fb2SSimon Glass	help
5011e1a0fb2SSimon Glass	  If enable the framebuffer device will be initialized as an
5021e1a0fb2SSimon Glass	  output-only device. The Keyboard driver will not be set up. This
5031e1a0fb2SSimon Glass	  may be used if you have no keyboard device, or more than one
5041e1a0fb2SSimon Glass	  (USB Keyboard, AT Keyboard).
5051e1a0fb2SSimon Glass
506*0872d443SSimon Glassconfig VIDEO_SW_CURSOR
507*0872d443SSimon Glass	bool "Enable a software cursor"
508*0872d443SSimon Glass	depends on CFB_CONSOLE
509*0872d443SSimon Glass	default y if CFB_CONSOLE
510*0872d443SSimon Glass	help
511*0872d443SSimon Glass	  This draws a cursor after the last character. No blinking is
512*0872d443SSimon Glass	  provided. This makes it possible to see the current cursor
513*0872d443SSimon Glass	  position when entering text on the console. It is recommended to
514*0872d443SSimon Glass	  enable this.
515*0872d443SSimon Glass
516cfa307f8SSimon Glassconfig VIDEO_CT69000
517cfa307f8SSimon Glass	bool "Enable Chips & Technologies 69000 video driver"
518cfa307f8SSimon Glass	depends on VIDEO
519cfa307f8SSimon Glass	help
520cfa307f8SSimon Glass	  This enables a frame buffer driver for the Chips & Technologies
521cfa307f8SSimon Glass	  ct69000, a fairly old graphics device (circa 2000) which is used
522cfa307f8SSimon Glass	  on some hardware. It operates over the ISA bus, and supports
523cfa307f8SSimon Glass	  some acceleration features.
524cfa307f8SSimon Glass
525cfa307f8SSimon Glass	  For the CT69000 and SMI_LYNXEM drivers, videomode is
526cfa307f8SSimon Glass		selected via environment 'videomode'. Two different ways
527cfa307f8SSimon Glass		are possible:
528cfa307f8SSimon Glass		- "videomode=num"   'num' is a standard LiLo mode numbers.
529cfa307f8SSimon Glass		Following standard modes are supported	(* is default):
530cfa307f8SSimon Glass
531cfa307f8SSimon Glass		      Colors	640x480 800x600 1024x768 1152x864 1280x1024
532cfa307f8SSimon Glass		-------------+---------------------------------------------
533cfa307f8SSimon Glass		      8 bits |	0x301*	0x303	 0x305	  0x161	    0x307
534cfa307f8SSimon Glass		     15 bits |	0x310	0x313	 0x316	  0x162	    0x319
535cfa307f8SSimon Glass		     16 bits |	0x311	0x314	 0x317	  0x163	    0x31A
536cfa307f8SSimon Glass		     24 bits |	0x312	0x315	 0x318	    ?	    0x31B
537cfa307f8SSimon Glass		-------------+---------------------------------------------
538cfa307f8SSimon Glass		(i.e. setenv videomode 317; saveenv; reset;)
539cfa307f8SSimon Glass
540cfa307f8SSimon Glass		- "videomode=bootargs" all the video parameters are parsed
541cfa307f8SSimon Glass		from the bootargs. (See drivers/video/videomodes.c)
542cfa307f8SSimon Glass
543002f967cSSimon Glassconfig SYS_CONSOLE_BG_COL
544002f967cSSimon Glass	hex "Background colour"
545002f967cSSimon Glass	depends on CFB_CONSOLE || VIDEO_CT69000
546002f967cSSimon Glass	default 0x00
547002f967cSSimon Glass	help
548002f967cSSimon Glass	  Defines the background colour for the console. The value is from
549002f967cSSimon Glass	  0x00 to 0xff and the meaning depends on the graphics card.
550002f967cSSimon Glass	  Typically, 0x00 means black and 0xff means white. Do not set
551002f967cSSimon Glass	  the background and foreground to the same colour or you will see
552002f967cSSimon Glass	  nothing.
553002f967cSSimon Glass
554002f967cSSimon Glassconfig SYS_CONSOLE_FG_COL
555002f967cSSimon Glass	hex "Foreground colour"
556002f967cSSimon Glass	depends on CFB_CONSOLE || VIDEO_CT69000
557002f967cSSimon Glass	default 0xa0
558002f967cSSimon Glass	help
559002f967cSSimon Glass	  Defines the foreground colour for the console. The value is from
560002f967cSSimon Glass	  0x00 to 0xff and the meaning depends on the graphics card.
561002f967cSSimon Glass	  Typically, 0x00 means black and 0xff means white. Do not set
562002f967cSSimon Glass	  the background and foreground to the same colour or you will see
563002f967cSSimon Glass	  nothing.
564002f967cSSimon Glass
565f8b19a88SSimon Glassconfig LCD
566f8b19a88SSimon Glass	bool "Enable legacy LCD support"
567f8b19a88SSimon Glass	help
568f8b19a88SSimon Glass	  Define this to enable LCD support (for output to LCD display).
569f8b19a88SSimon Glass	  You will also need to select an LCD driver using an additional
570f8b19a88SSimon Glass	  CONFIG option. See the README for details. Drives which have been
571f8b19a88SSimon Glass	  converted to driver model will instead used CONFIG_DM_VIDEO.
572f8b19a88SSimon Glass
5730b11dbf7SMasahiro Yamadaendmenu
574