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_STM
	tristate "DRM Support for STMicroelectronics SoC Series"
	depends on CONFIG_DRM && (CONFIG_ARCH_STM32 || CONFIG_ARCH_MULTIPLATFORM)
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_DRM_GEM_CMA_HELPER
	select CONFIG_DRM_KMS_CMA_HELPER
	select CONFIG_DRM_PANEL_BRIDGE
	select CONFIG_VIDEOMODE_HELPERS
	select CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA if CONFIG_FB

	help
	  Enable support for the on-chip display controller on
	  STMicroelectronics STM32 MCUs.
	  To compile this driver as a module, choose CONFIG_M here: the module
	  will be called stm-drm.

config CONFIG_DRM_STM_DSI
	tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
	depends on CONFIG_DRM_STM
	select CONFIG_DRM_DW_MIPI_DSI
	help
	  Choose this option for MIPI DSI support on STMicroelectronics SoC.