summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tinydrm/Kconfig
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2017-01-22 00:30:47 +0100
committerNoralf Trønnes <noralf@tronnes.org>2017-02-18 18:04:59 +0100
commit02dd95fe316936269a52d6ccb971bb956412b40a (patch)
treeb1bda715ac353c43a6b1309c15b0283f379419a4 /drivers/gpu/drm/tinydrm/Kconfig
parent9f69eb5c36a644571cca6b2f8dc5f6a7cba04a8b (diff)
drm/tinydrm: Add MIPI DBI support
Add support for MIPI DBI compatible controllers. Interface type C option 1 and 3 are supported (SPI). Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Kconfig')
-rw-r--r--drivers/gpu/drm/tinydrm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig
index adf36262bca2..e00bcfca3088 100644
--- a/drivers/gpu/drm/tinydrm/Kconfig
+++ b/drivers/gpu/drm/tinydrm/Kconfig
@@ -8,3 +8,6 @@ menuconfig DRM_TINYDRM
help
Choose this option if you have a tinydrm supported display.
If M is selected the module will be called tinydrm.
+
+config TINYDRM_MIPI_DBI
+ tristate