0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_STM
0003 tristate "DRM Support for STMicroelectronics SoC Series"
0004 depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
0005 select DRM_KMS_HELPER
0006 select DRM_GEM_CMA_HELPER
0007 select DRM_PANEL_BRIDGE
0008 select VIDEOMODE_HELPERS
0009 select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
0010
0011 help
0012 Enable support for the on-chip display controller on
0013 STMicroelectronics STM32 MCUs.
0014 To compile this driver as a module, choose M here: the module
0015 will be called stm-drm.
0016
0017 config DRM_STM_DSI
0018 tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
0019 depends on DRM_STM
0020 select DRM_DW_MIPI_DSI
0021 help
0022 Choose this option for MIPI DSI support on STMicroelectronics SoC.