diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2016-09-22 14:52:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-07 06:02:31 +0300 |
commit | 0a886f59528aac568cf9e4981167b5dcdd3d1676 (patch) | |
tree | 4fe6199418398bdc57ff0cc2079b1d46033e22ad /drivers/gpu/drm/zte/Kconfig | |
parent | f78dd2c210b508e70d5559d65bf2b64904864919 (diff) | |
download | linux-0a886f59528aac568cf9e4981167b5dcdd3d1676.tar.xz |
drm: zte: add initial vou drm driver
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>
Diffstat (limited to 'drivers/gpu/drm/zte/Kconfig')
-rw-r--r-- | drivers/gpu/drm/zte/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/zte/Kconfig b/drivers/gpu/drm/zte/Kconfig new file mode 100644 index 000000000000..4065b2840f1c --- /dev/null +++ b/drivers/gpu/drm/zte/Kconfig @@ -0,0 +1,8 @@ +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. |