9fcc00eafd
Some of these dependencies used to be sensible when only a small part of the platforms supported by ARCH=arm could be compiled together in a single kernel image. Nowadays ARCH_MULTIPLATFORM is only used as a guard for kernel options incompatible with a multiplatform image. See commit 84fc86360623 ("ARM: make ARCH_MULTIPLATFORM user-visible") for some more details. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221209220555.3631364-1-u.kleine-koenig@pengutronix.de
23 lines
692 B
Plaintext
23 lines
692 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_STM
|
|
tristate "DRM Support for STMicroelectronics SoC Series"
|
|
depends on DRM && ARCH_STM32
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_DMA_HELPER
|
|
select DRM_PANEL_BRIDGE
|
|
select VIDEOMODE_HELPERS
|
|
select FB_PROVIDE_GET_FB_UNMAPPED_AREA if FB
|
|
|
|
help
|
|
Enable support for the on-chip display controller on
|
|
STMicroelectronics STM32 MCUs.
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called stm-drm.
|
|
|
|
config DRM_STM_DSI
|
|
tristate "STMicroelectronics specific extensions for Synopsys MIPI DSI"
|
|
depends on DRM_STM
|
|
select DRM_DW_MIPI_DSI
|
|
help
|
|
Choose this option for MIPI DSI support on STMicroelectronics SoC.
|