mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 09:06:44 +07:00
0a886f5952
It adds the initial ZTE VOU display controller DRM driver. There are still some features to be added, like overlay plane, scaling, and more output devices support. But it's already useful with dual CRTCs and HDMI monitor working. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
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
|
|
help
|
|
Choose this option to enable DRM on ZTE ZX SoCs.
|