Files
sw.multimedia eab5d29d4f drm/starfive: Add StarFive drm driver
Add starfive DRM Display driver framework

Signed-off-by: jack.zhu <jack.zhu@starfivetech.com>
Signed-off-by: keith.zhao <keith.zhao@starfivetech.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Link: https://lore.kernel.org/r/a8ca722539672d6369d6e4092e1e08cb6b58c546.1645535955.git.geert@linux-m68k.org
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
2022-10-21 16:50:50 +02:00

18 lines
503 B
Plaintext

# 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 SIFIVE_CCACHE
depends on SOC_STARFIVE || COMPILE_TEST
select DRM_GEM_DMA_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.