xref: /linux/drivers/gpu/drm/stm/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b759012cSYannick Fertreconfig DRM_STM
3b759012cSYannick Fertre	tristate "DRM Support for STMicroelectronics SoC Series"
4b759012cSYannick Fertre	depends on DRM && (ARCH_STM32 || ARCH_MULTIPLATFORM)
5b759012cSYannick Fertre	select DRM_KMS_HELPER
6b759012cSYannick Fertre	select DRM_GEM_CMA_HELPER
7b759012cSYannick Fertre	select DRM_KMS_CMA_HELPER
8bdf31bcfSPhilippe CORNU	select DRM_PANEL_BRIDGE
9b759012cSYannick Fertre	select VIDEOMODE_HELPERS
10a34ced45SArnd Bergmann	select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
11b759012cSYannick Fertre
12b759012cSYannick Fertre	help
13b759012cSYannick Fertre	  Enable support for the on-chip display controller on
14b759012cSYannick Fertre	  STMicroelectronics STM32 MCUs.
15b759012cSYannick Fertre	  To compile this driver as a module, choose M here: the module
16b759012cSYannick Fertre	  will be called stm-drm.
17c1c026dbSPhilippe CORNU
18c1c026dbSPhilippe CORNUconfig DRM_STM_DSI
19c1c026dbSPhilippe CORNU	tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
20c1c026dbSPhilippe CORNU	depends on DRM_STM
21c1c026dbSPhilippe CORNU	select DRM_DW_MIPI_DSI
22c1c026dbSPhilippe CORNU	help
23c1c026dbSPhilippe CORNU	  Choose this option for MIPI DSI support on STMicroelectronics SoC.
24