Linux Audio

Check our new training course

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