xref: /linux/drivers/gpu/drm/stm/Kconfig (revision 3fd6c59042dbba50391e30862beac979491145fe)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b759012cSYannick Fertreconfig DRM_STM
3b759012cSYannick Fertre	tristate "DRM Support for STMicroelectronics SoC Series"
46597efcfSVille Syrjälä	depends on DRM && (ARCH_STM32 || COMPILE_TEST)
5*7b565174SArnd Bergmann	depends on COMMON_CLK
6b759012cSYannick Fertre	select DRM_CLIENT_SELECTION
74a83c26aSDanilo Krummrich	select DRM_KMS_HELPER
8bdf31bcfSPhilippe CORNU	select DRM_GEM_DMA_HELPER
9b759012cSYannick Fertre	select DRM_PANEL_BRIDGE
10a34ced45SArnd Bergmann	select VIDEOMODE_HELPERS
11b759012cSYannick Fertre	select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
12b759012cSYannick Fertre
13b759012cSYannick Fertre	help
14b759012cSYannick Fertre	  Enable support for the on-chip display controller on
15b759012cSYannick Fertre	  STMicroelectronics STM32 MCUs.
16b759012cSYannick Fertre	  To compile this driver as a module, choose M here: the module
17c1c026dbSPhilippe CORNU	  will be called stm-drm.
18c1c026dbSPhilippe CORNU
19c1c026dbSPhilippe CORNUconfig DRM_STM_DSI
20c1c026dbSPhilippe CORNU	tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
21c1c026dbSPhilippe CORNU	depends on DRM_STM
22c1c026dbSPhilippe CORNU	select DRM_DW_MIPI_DSI
23c1c026dbSPhilippe CORNU	help
24aca1cbc1SRaphael Gallais-Pou	  Choose this option for MIPI DSI support on STMicroelectronics SoC.
25aca1cbc1SRaphael Gallais-Pou
26aca1cbc1SRaphael Gallais-Pouconfig DRM_STM_LVDS
27aca1cbc1SRaphael Gallais-Pou	tristate "STMicroelectronics LVDS Display Interface Transmitter DRM driver"
28aca1cbc1SRaphael Gallais-Pou	depends on DRM_STM
29aca1cbc1SRaphael Gallais-Pou	help
30aca1cbc1SRaphael Gallais-Pou	  Enable support for LVDS encoders on STMicroelectronics SoC.
31aca1cbc1SRaphael Gallais-Pou	  The STM LVDS is a bridge which serialize pixel stream onto
32aca1cbc1SRaphael Gallais-Pou	  a LVDS protocol.
33aca1cbc1SRaphael Gallais-Pou
34aca1cbc1SRaphael Gallais-Pou	  To compile this driver as a module, choose M here: the module will be
35	  called lvds.
36