mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 22:46:40 +07:00
5b8ea816e8
This adds a new driver for Sitronix ST7735R display panels. This has been tested using an Adafruit 1.8" TFT. Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/1514833336-22564-4-git-send-email-david@lechnology.com
12 lines
329 B
Makefile
12 lines
329 B
Makefile
obj-$(CONFIG_DRM_TINYDRM) += core/
|
|
|
|
# Controllers
|
|
obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
|
|
|
|
# Displays
|
|
obj-$(CONFIG_TINYDRM_ILI9225) += ili9225.o
|
|
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
|
|
obj-$(CONFIG_TINYDRM_REPAPER) += repaper.o
|
|
obj-$(CONFIG_TINYDRM_ST7586) += st7586.o
|
|
obj-$(CONFIG_TINYDRM_ST7735R) += st7735r.o
|