Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v3.1.
 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 VIDEOMODE_HELPERS
17	help
18	  Choose this option if you have a Mediatek SoCs.
19	  The module will be called mediatek-drm
20	  This driver provides kernel mode setting and
21	  buffer management to userspace.
22
23config DRM_MEDIATEK_HDMI
24	tristate "DRM HDMI Support for Mediatek SoCs"
25	depends on DRM_MEDIATEK
26	select SND_SOC_HDMI_CODEC if SND_SOC
27	select GENERIC_PHY
28	help
29	  DRM/KMS HDMI driver for Mediatek SoCs