mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 18:14:48 +08:00
1f47e6cbf5
Add driver to support the Multi-Inno MI0283QT display panel. It has an ILI9341 MIPI DBI compatible display controller. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Thierry Reding <treding@nvidia.com>
8 lines
155 B
Makefile
8 lines
155 B
Makefile
obj-$(CONFIG_DRM_TINYDRM) += core/
|
|
|
|
# Controllers
|
|
obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
|
|
|
|
# Displays
|
|
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
|