xref: /linux/drivers/gpu/drm/verisilicon/Kconfig (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1*dbf21777SIcenowy Zheng# SPDX-License-Identifier: GPL-2.0-only
2*dbf21777SIcenowy Zhengconfig DRM_VERISILICON_DC
3*dbf21777SIcenowy Zheng	tristate "DRM Support for Verisilicon DC-series display controllers"
4*dbf21777SIcenowy Zheng	depends on DRM && COMMON_CLK
5*dbf21777SIcenowy Zheng	depends on RISCV || COMPILE_TEST
6*dbf21777SIcenowy Zheng	select DRM_BRIDGE_CONNECTOR
7*dbf21777SIcenowy Zheng	select DRM_CLIENT_SELECTION
8*dbf21777SIcenowy Zheng	select DRM_DISPLAY_HELPER
9*dbf21777SIcenowy Zheng	select DRM_GEM_DMA_HELPER
10*dbf21777SIcenowy Zheng	select DRM_KMS_HELPER
11*dbf21777SIcenowy Zheng	select REGMAP_MMIO
12*dbf21777SIcenowy Zheng	select VIDEOMODE_HELPERS
13*dbf21777SIcenowy Zheng	help
14*dbf21777SIcenowy Zheng	  Choose this option if you have a SoC with Verisilicon DC-series
15*dbf21777SIcenowy Zheng	  display controllers. If M is selected, the module will be called
16*dbf21777SIcenowy Zheng	  verisilicon-dc.
17