summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tinydrm/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-10-24 11:43:12 -0700
committerEric Anholt <eric@anholt.net>2018-10-30 16:23:38 -0700
commitf300c86e33a686c7abcf0c37deee04ef666ed78b (patch)
tree2866830062d03f0fe30b3e9bab656e3e11fc3301 /drivers/gpu/drm/tinydrm/Makefile
parent86619c3859c0ff066e519257442b37f90b1212af (diff)
drm: Add an hx8367d tinydrm driver.
I want to sort out support for tinydrm in vc4, so I needed to get a tinydrm-appropriate panel working and this is what I had on hand. This is derived from a combination of ili9341.c from tinydrm and fb_hx8357d.c from staging's fbtft. v2: Write my own register defs from the spec to not need the header from fbtft. Fix spi device string to enable module autoloading. (Suggestions by Noralf) Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181024184313.2967-3-eric@anholt.net Reviewed-by: Noralf Trønnes <noralf@tronnes.org> (v1)
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Makefile')
-rw-r--r--drivers/gpu/drm/tinydrm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile
index 14d99080665a..f823066f7743 100644
--- a/drivers/gpu/drm/tinydrm/Makefile
+++ b/drivers/gpu/drm/tinydrm/Makefile
@@ -4,6 +4,7 @@ obj-$(CONFIG_DRM_TINYDRM) += core/
obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
# Displays
+obj-$(CONFIG_TINYDRM_HX8357D) += hx8357d.o
obj-$(CONFIG_TINYDRM_ILI9225) += ili9225.o
obj-$(CONFIG_TINYDRM_ILI9341) += ili9341.o
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o