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.
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_MEDIATEK
3 tristate "DRM Support for Mediatek SoCs"
4 depends on DRM
5 depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST)
6 depends on COMMON_CLK
7 depends on HAVE_ARM_SMCCC
8 depends on OF
9 depends on MTK_MMSYS
10 select DRM_GEM_CMA_HELPER
11 select DRM_KMS_HELPER
12 select DRM_MIPI_DSI
13 select DRM_PANEL
14 select MEMORY
15 select MTK_SMI
16 select PHY_MTK_MIPI_DSI
17 select VIDEOMODE_HELPERS
18 help
19 Choose this option if you have a Mediatek SoCs.
20 The module will be called mediatek-drm
21 This driver provides kernel mode setting and
22 buffer management to userspace.
23
24config DRM_MEDIATEK_HDMI
25 tristate "DRM HDMI Support for Mediatek SoCs"
26 depends on DRM_MEDIATEK
27 select SND_SOC_HDMI_CODEC if SND_SOC
28 select PHY_MTK_HDMI
29 help
30 DRM/KMS HDMI driver for Mediatek SoCs