Kconfig (2dcf143398ad89ac960e02c7149521ae420db43b) Kconfig (c2539483416a3237ae6d7f2d15fe468c4e771223)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6
7config DM_VIDEO
8 bool "Enable driver model support for LCD/video"

--- 289 unchanged lines hidden (view full) ---

298 depends on DM
299 default y
300 help
301 This supports drivers that provide a display, such as eDP (Embedded
302 DisplayPort) and HDMI (High Definition Multimedia Interface).
303 The devices provide a simple interface to start up the display,
304 read display information and enable it.
305
1#
2# Video configuration
3#
4
5menu "Graphics support"
6
7config DM_VIDEO
8 bool "Enable driver model support for LCD/video"

--- 289 unchanged lines hidden (view full) ---

298 depends on DM
299 default y
300 help
301 This supports drivers that provide a display, such as eDP (Embedded
302 DisplayPort) and HDMI (High Definition Multimedia Interface).
303 The devices provide a simple interface to start up the display,
304 read display information and enable it.
305
306config VIDEO_ROCKCHIP
307 bool "Enable Rockchip video support"
308 depends on DM_VIDEO
309 help
310 Rockchip SoCs provide video output capabilities for High-Definition
311 Multimedia Interface (HDMI), Low-voltage Differential Signalling
312 (LVDS), embedded DisplayPort (eDP) and Display Serial Interface
313 (DSI). This driver supports the on-chip video output device, and
314 targets the Rockchip RK3288.
315
306config VIDEO_SANDBOX_SDL
307 bool "Enable sandbox video console using SDL"
308 depends on SANDBOX
309 help
310 When using sandbox you can enable an emulated LCD display which
311 appears as an SDL (Simple DirectMedia Layer) window. This is a
312 console device and can display stdout output. Within U-Boot is is
313 a normal bitmap display and can display images as well as text.

--- 12 unchanged lines hidden ---
316config VIDEO_SANDBOX_SDL
317 bool "Enable sandbox video console using SDL"
318 depends on SANDBOX
319 help
320 When using sandbox you can enable an emulated LCD display which
321 appears as an SDL (Simple DirectMedia Layer) window. This is a
322 console device and can display stdout output. Within U-Boot is is
323 a normal bitmap display and can display images as well as text.

--- 12 unchanged lines hidden ---