Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 089cf7f6ecb266b6a4164919a2e69bd2f938374a authored by Linus Torvalds on 02 September 2019, 16:57:40 UTC
Linux 5.3-rc7
Tip revision: 089cf7f
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config DRM_ZTE
	tristate "DRM Support for ZTE SoCs"
	depends on DRM && ARCH_ZX
	select DRM_KMS_CMA_HELPER
	select DRM_KMS_FB_HELPER
	select DRM_KMS_HELPER
	select SND_SOC_HDMI_CODEC if SND_SOC
	select VIDEOMODE_HELPERS
	help
	  Choose this option to enable DRM on ZTE ZX SoCs.
back to top