# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DRM_STM[0m tristate "DRM Support for STMicroelectronics SoC Series" depends on [31mCONFIG_DRM[0m && ([31mCONFIG_ARCH_STM32[0m || [31mCONFIG_ARCH_MULTIPLATFORM[0m) select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_GEM_CMA_HELPER[0m select [31mCONFIG_DRM_KMS_CMA_HELPER[0m select [31mCONFIG_DRM_PANEL_BRIDGE[0m select [31mCONFIG_VIDEOMODE_HELPERS[0m select [31mCONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA[0m if [31mCONFIG_FB[0m help Enable support for the on-chip display controller on STMicroelectronics STM32 MCUs. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called stm-drm. config [31mCONFIG_DRM_STM_DSI[0m tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI" depends on [31mCONFIG_DRM_STM[0m select [31mCONFIG_DRM_DW_MIPI_DSI[0m help Choose this option for MIPI DSI support on STMicroelectronics SoC. |