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

# SPDX-License-Identifier: GPL-2.0-only
#
# Video configuration
#

menu "Graphics support"

if CONFIG_HAS_IOMEM

config CONFIG_HAVE_FB_ATMEL
	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

endif # CONFIG_HAS_IOMEM

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

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

endif


endmenu