summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/starfive/Kconfig
blob: 8643dd2690de67973ebcc0ae2478df4a1bfd4d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.