1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_STM 3 tristate "DRM Support for STMicroelectronics SoC Series" 4 depends on DRM && (ARCH_STM32 || COMPILE_TEST) 5 depends on COMMON_CLK 6 select DRM_KMS_HELPER 7 select DRM_GEM_DMA_HELPER 8 select DRM_PANEL_BRIDGE 9 select VIDEOMODE_HELPERS 10 select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB 11 12 help 13 Enable support for the on-chip display controller on 14 STMicroelectronics STM32 MCUs. 15 To compile this driver as a module, choose M here: the module 16 will be called stm-drm. 17 18config DRM_STM_DSI 19 tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI" 20 depends on DRM_STM 21 select DRM_DW_MIPI_DSI 22 help 23 Choose this option for MIPI DSI support on STMicroelectronics SoC. 24 25config DRM_STM_LVDS 26 tristate "STMicroelectronics LVDS Display Interface Transmitter DRM driver" 27 depends on DRM_STM 28 help 29 Enable support for LVDS encoders on STMicroelectronics SoC. 30 The STM LVDS is a bridge which serialize pixel stream onto 31 a LVDS protocol. 32 33 To compile this driver as a module, choose M here: the module will be 34 called lvds. 35