Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 16 lines 541 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_VERISILICON_DC 3 tristate "DRM Support for Verisilicon DC-series display controllers" 4 depends on DRM && COMMON_CLK 5 depends on RISCV || COMPILE_TEST 6 select DRM_BRIDGE_CONNECTOR 7 select DRM_CLIENT_SELECTION 8 select DRM_DISPLAY_HELPER 9 select DRM_GEM_DMA_HELPER 10 select DRM_KMS_HELPER 11 select REGMAP_MMIO 12 select VIDEOMODE_HELPERS 13 help 14 Choose this option if you have a SoC with Verisilicon DC-series 15 display controllers. If M is selected, the module will be called 16 verisilicon-dc.