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
config CONFIG_DRM_OMAP
	tristate "OMAP DRM"
	depends on CONFIG_DRM
	depends on CONFIG_ARCH_OMAP2PLUS || CONFIG_ARCH_MULTIPLATFORM
	select CONFIG_OMAP2_DSS
	select CONFIG_DRM_KMS_HELPER
	default n
	help
	  CONFIG_DRM display driver for OMAP2/3/4 based boards.

if CONFIG_DRM_OMAP

source "drivers/gpu/drm/omapdrm/dss/Kconfig"
source "drivers/gpu/drm/omapdrm/displays/Kconfig"

endif