]> Git Repo - linux.git/blob - drivers/gpu/drm/mediatek/Kconfig
Merge tag 'drm-misc-fixes-2019-09-12' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / drivers / gpu / drm / mediatek / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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         select DRM_GEM_CMA_HELPER
10         select DRM_KMS_HELPER
11         select DRM_MIPI_DSI
12         select DRM_PANEL
13         select MEMORY
14         select MTK_SMI
15         select VIDEOMODE_HELPERS
16         help
17           Choose this option if you have a Mediatek SoCs.
18           The module will be called mediatek-drm
19           This driver provides kernel mode setting and
20           buffer management to userspace.
21
22 config DRM_MEDIATEK_HDMI
23         tristate "DRM HDMI Support for Mediatek SoCs"
24         depends on DRM_MEDIATEK
25         select SND_SOC_HDMI_CODEC if SND_SOC
26         select GENERIC_PHY
27         help
28           DRM/KMS HDMI driver for Mediatek SoCs
This page took 0.040744 seconds and 4 git commands to generate.