treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / gpu / drm / stm / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
b759012c
YF
2config DRM_STM
3 tristate "DRM Support for STMicroelectronics SoC Series"
4 depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
5 select DRM_KMS_HELPER
6 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_CMA_HELPER
bdf31bcf 8 select DRM_PANEL_BRIDGE
b759012c 9 select VIDEOMODE_HELPERS
a34ced45 10 select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
b759012c
YF
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.
c1c026db
PC
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.