# SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2021 StarFive Technology Co., Ltd. config DRM_STARFIVE tristate "DRM Support for StarFive SoCs" depends on DRM depends on SOC_STARFIVE || COMPILE_TEST select DRM_GEM_CMA_HELPER select DRM_KMS_HELPER select DRM_MIPI_DSI select DRM_PANEL help Choose this option if you have a StarFive SoCs. The module will be called starfive-drm This driver provides kernel mode setting and buffer management to userspace. config DRM_STARFIVE_MIPI_DSI bool "Starfive MIPI DSI Select" select GENERIC_PHY_MIPI_DPHY help This selects support for starfive SoC specific extensions for the Synopsys DesignWare MIPI driver. If you want to enable MIPI DSI on VIC7100 based SoC, you should select this option.