Lines Matching +full:video +full:- +full:interface

2 # Video configuration
8 bool "Enable driver model support for LCD/video"
11 This enables driver model for LCD and video devices. These support
13 to display a command-line console or splash screen. Enabling this
14 option compiles in the video uclass and routes all LCD/video access
18 bool "Enable driver model support for LCD/video in SPL"
21 This enables driver model for LCD and video devices in SPL. These support
23 to display a command-line console or splash screen. Enabling this
24 option compiles in the video uclass and routes all LCD/video access
28 hex "SPL video memory buffer for any use"
39 This driver can be use with "simple-panel" and
41 (leds/backlight/pwm-backlight.txt)
49 This driver can be used with "simple-panel" and
51 (leds/backlight/gpio-backlight.txt)
54 bool "Support 8-bit-per-pixel displays"
58 Support drawing text and bitmaps onto a 8-bit-per-pixel display.
64 bool "Support 16-bit-per-pixel displays"
68 Support drawing text and bitmaps onto a 16-bit-per-pixel display.
74 bool "Support 32-bit-per-pixel displays"
78 Support drawing text and bitmaps onto a 32-bit-per-pixel display.
90 CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used
110 TrueTrype fonts can provide outline-drawing capability rather than
126 U-Boot to calculate the correct font size.
134 better in low-light situations or to reduce eye strain in some
137 source "drivers/video/fonts/Kconfig"
143 This is a work-around for boards which have 'lcd' in their stdout
144 environment variable, but have moved to use driver model for video.
145 In this case the console will no-longer work. While it is possible
153 Turn on this option to enable a framebuffer driver when U-Boot is
159 bool "Enable VESA video driver support"
163 to discover the video mode and then provides a frame buffer for use
164 by U-Boot. This can in principle be used with any platform that
165 supports PCI and video cards that support VESA BIOS Extension (VBE).
179 This option sets the resolution used for the U-Boot framebuffer (and
183 bool "640x400 256-color"
186 bool "640x480 256-color"
189 bool "800x600 16-color"
192 bool "800x600 256-color"
195 bool "1024x768 16-color"
198 bool "1024x768 256-color"
201 bool "1280x1024 16-color"
204 bool "1280x1024 256-color"
222 bool "320x200 32k-color (1:5:5:5)"
225 bool "320x200 64k-color (5:6:5)"
228 bool "320x200 16.8M-color (8:8:8)"
231 bool "640x480 32k-color (1:5:5:5)"
234 bool "640x480 64k-color (5:6:5)"
237 bool "640x480 16.8M-color (8:8:8)"
240 bool "800x600 32k-color (1:5:5:5)"
243 bool "800x600 64k-color (5:6:5)"
246 bool "800x600 16.8M-color (8:8:8)"
249 bool "1024x768 32k-color (1:5:5:5)"
252 bool "1024x768 64k-color (5:6:5)"
255 bool "1024x768 16.8M-color (8:8:8)"
258 bool "1280x1024 32k-color (1:5:5:5)"
261 bool "1280x1024 64k-color (5:6:5)"
264 bool "1280x1024 16.8M-color (8:8:8)"
308 ---help---
310 from a parallel LCD interface and translate it on the fy into a DP
311 interface for driving eDP TFT displays. It uses I2C for configuration.
316 ---help---
318 from a parallel LCD interface and translate it on the fly into MIPI DSI
319 interface for driving a MIPI compatible LCD panel. It uses SPI for
326 ---help---
328 anything in the 8MHz-30MHz range and the exact value should be
332 parallel LCD interface instead of TX_CLK as the PLL clock source.
338 ---help---
344 depends on VIDEO
346 ---help---
355 ---help---
365 ---help---
375 ---help---
385 ---help---
389 useful functionality. Such as bi-directional communication with the
397 ---help---
421 DisplayPort) and HDMI (High Definition Multimedia Interface).
422 The devices provide a simple interface to start up the display,
426 bool "Enable ATMEL video support using HLCDC"
429 HLCDC supports video output to an attached LCD panel.
437 some setup handled by U-Boot itself. The graphics adaptor works as
441 resolution can be selected in U-Boot.
449 some setup handled by U-Boot itself. The graphics adaptor works as
453 resolution can be selected in U-Boot.
457 depends on VIDEO
470 source "drivers/video/rockchip/Kconfig"
471 source "drivers/video/drm/Kconfig"
474 bool "Enable sandbox video console using SDL"
479 console device and can display stdout output. Within U-Boot is is
486 Tegra20 supports video output to an attached LCD panel as well as
487 other options such as HDMI. Only the LCD is supported in U-Boot.
492 bool "Enable video support on Tegra124"
495 Tegra124 supports many video output options including eDP and
496 HDMI. At present only eDP is supported by U-Boot. This option
500 source "drivers/video/bridge/Kconfig"
502 config VIDEO config
503 bool "Enable legacy video support"
506 Define this for video support, without using driver model. Some
508 model. Video drivers typically provide a colour text console and
512 bool "i.MX IPUv3 Core video support"
513 depends on VIDEO && MX6
520 depends on VIDEO
521 default y if VIDEO
524 output on a bitmap display from an in-memory frame buffer.
535 bit-blit (cf. smiLynxEM)
540 (0-5, cf. cfb_console.c)
555 When CONFIG_CFB_CONSOLE is defined, the video console is the
566 output from U-Boot will pass through this filter.
569 bool "Set the video as an output-only device"
574 output-only device. The Keyboard driver will not be set up. This
593 the serial port. When this option is enabled, a board-specific
644 rather requires a SoC-specific glue driver to call it), it
651 source "drivers/video/rk_eink/Kconfig"