35 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_STM3 tristate "DRM Support for STMicroelectronics SoC Series"4 depends on DRM && (ARCH_STM32 || COMPILE_TEST)5 depends on COMMON_CLK6 select DRM_KMS_HELPER7 select DRM_GEM_DMA_HELPER8 select DRM_PANEL_BRIDGE9 select VIDEOMODE_HELPERS10 select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB11 12 help13 Enable support for the on-chip display controller on14 STMicroelectronics STM32 MCUs.15 To compile this driver as a module, choose M here: the module16 will be called stm-drm.17 18config DRM_STM_DSI19 tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"20 depends on DRM_STM21 select DRM_DW_MIPI_DSI22 help23 Choose this option for MIPI DSI support on STMicroelectronics SoC.24 25config DRM_STM_LVDS26 tristate "STMicroelectronics LVDS Display Interface Transmitter DRM driver"27 depends on DRM_STM28 help29 Enable support for LVDS encoders on STMicroelectronics SoC.30 The STM LVDS is a bridge which serialize pixel stream onto31 a LVDS protocol.32 33 To compile this driver as a module, choose M here: the module will be34 called lvds.35