Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# Video configuration
#

menu "Graphics support"
	depends on CONFIG_HAS_IOMEM

config CONFIG_HAVE_FB_ATMEL
	bool

config CONFIG_SH_LCD_MIPI_DSI
	bool

source "drivers/char/agp/Kconfig"

source "drivers/gpu/vga/Kconfig"

source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/ipu-v3/Kconfig"

source "drivers/gpu/drm/Kconfig"

menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"
endmenu

source "drivers/video/backlight/Kconfig"

config CONFIG_VGASTATE
       tristate
       default n

config CONFIG_VIDEOMODE_HELPERS
	bool

config CONFIG_HDMI
	bool

if CONFIG_VT
	source "drivers/video/console/Kconfig"
endif

if CONFIG_FB || CONFIG_SGI_NEWPORT_CONSOLE
	source "drivers/video/logo/Kconfig"

endif


endmenu