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

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

config CONFIG_DRM_OMAP_NUM_CRTCS
	int "Number of CRTCs"
	range 1 10
	default 1  if CONFIG_ARCH_OMAP2 || CONFIG_ARCH_OMAP3
	default 2  if CONFIG_ARCH_OMAP4
	help
	  Select the number of video overlays which can be used as framebuffers.
	  The remaining overlays are reserved for video.

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

endif