Kconfig (53a2ebaaabc1eb8458796fec3bc1e0e80746b642) Kconfig (c1c026dbc183497379502496316d5e2a22876b7e)
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
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
7 select DRM_PANEL_BRIDGE
8 select VIDEOMODE_HELPERS
9 select FB_PROVIDE_GET_FB_UNMAPPED_AREA
10 default y
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.
8 select VIDEOMODE_HELPERS
9 select FB_PROVIDE_GET_FB_UNMAPPED_AREA
10 default y
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.