Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1config DRM_MEDIATEK
2 tristate "DRM Support for Mediatek SoCs"
3 depends on DRM
4 depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST)
5 depends on COMMON_CLK
6 depends on HAVE_ARM_SMCCC
7 depends on OF
8 select DRM_GEM_CMA_HELPER
9 select DRM_KMS_HELPER
10 select DRM_MIPI_DSI
11 select DRM_PANEL
12 select MEMORY
13 select MTK_SMI
14 select VIDEOMODE_HELPERS
15 help
16 Choose this option if you have a Mediatek SoCs.
17 The module will be called mediatek-drm
18 This driver provides kernel mode setting and
19 buffer management to userspace.
20
21config DRM_MEDIATEK_HDMI
22 tristate "DRM HDMI Support for Mediatek SoCs"
23 depends on DRM_MEDIATEK
24 select SND_SOC_HDMI_CODEC if SND_SOC
25 select GENERIC_PHY
26 help
27 DRM/KMS HDMI driver for Mediatek SoCs