blob: 62e24515656239928b9e4814e38878750aad2925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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 && RISCV_NONSTANDARD_CACHE_OPS
depends on SOC_STARFIVE || COMPILE_TEST
select DRM_CLIENT_SELECTION
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.
|