aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2016-09-22 19:52:39 +0800
committerShawn Guo <shawnguo@kernel.org>2016-11-07 11:02:31 +0800
commit0a886f59528aac568cf9e4981167b5dcdd3d1676 (patch)
tree4fe6199418398bdc57ff0cc2079b1d46033e22ad /drivers/gpu/drm/zte/Kconfig
parentdt-bindings: add bindings doc for ZTE VOU display controller (diff)
downloadlinux-dev-0a886f59528aac568cf9e4981167b5dcdd3d1676.tar.xz
linux-dev-0a886f59528aac568cf9e4981167b5dcdd3d1676.zip
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/Kconfig8
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.