summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/verisilicon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/verisilicon/Kconfig')
-rw-r--r--drivers/gpu/drm/verisilicon/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/drm/verisilicon/Kconfig b/drivers/gpu/drm/verisilicon/Kconfig
index 20bb67fbcadf..ad737f780401 100644
--- a/drivers/gpu/drm/verisilicon/Kconfig
+++ b/drivers/gpu/drm/verisilicon/Kconfig
@@ -7,12 +7,21 @@ config DRM_VERISILICON
select DRM_GEM_DMA_HELPER
select CMA
select DMA_CMA
+ select SOC_STARFIVE_EVB_VOUT
help
Choose this option if you have a VeriSilicon soc chipset.
This driver provides VeriSilicon kernel mode
setting and buffer management. It does not
provide 2D or 3D acceleration.
+config SOC_STARFIVE_EVB_VOUT
+ bool
+ default n
+
+config SOC_STARFIVE_VF2_VOUT
+ bool
+ default n
+
config VERISILICON_VIRTUAL_DISPLAY
bool "display content output to debugfs file"
depends on DRM_VERISILICON
@@ -45,6 +54,7 @@ config STARFIVE_INNO_HDMI
This selects support for Rockchip SoC specific extensions
for the Innosilicon HDMI driver. If you want to enable
HDMI on RK3036 based SoC, you should select this option.
+
config STARFIVE_DSI
bool "Starfive MIPI DSI Select"
depends on DRM_VERISILICON