diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2017-01-22 02:15:00 +0300 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2017-02-18 20:04:58 +0300 |
commit | fa201ac2c61f51d9abdaffdf994d5780dcb51703 (patch) | |
tree | 1ac9da32d0681595dea777893e07c70b1dbbdd5f /drivers/gpu/drm/tinydrm/Kconfig | |
parent | 9ca70356a9260403c1bda40d942935e55d00c11c (diff) | |
download | linux-fa201ac2c61f51d9abdaffdf994d5780dcb51703.tar.xz |
drm: Add DRM support for tiny LCD displays
tinydrm provides helpers for very simple displays that can use
CMA backed framebuffers and need flushing on changes.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/tinydrm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig new file mode 100644 index 000000000000..ffb873ffc92f --- /dev/null +++ b/drivers/gpu/drm/tinydrm/Kconfig @@ -0,0 +1,8 @@ +menuconfig DRM_TINYDRM + tristate "Support for simple displays" + depends on DRM + select DRM_KMS_HELPER + select DRM_KMS_CMA_HELPER + help + Choose this option if you have a tinydrm supported display. + If M is selected the module will be called tinydrm. |