mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 21:42:42 -04:00
Split up the driver to make it possible to add support for hw interfaces other than I2C. Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Link: https://patch.msgid.link/20251215-st7571-split-v3-5-d5f3205c3138@gmail.com Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
5 lines
162 B
Makefile
5 lines
162 B
Makefile
obj-$(CONFIG_DRM_ST7571) += st7571.o
|
|
obj-$(CONFIG_DRM_ST7571_I2C) += st7571-i2c.o
|
|
obj-$(CONFIG_DRM_ST7586) += st7586.o
|
|
obj-$(CONFIG_DRM_ST7735R) += st7735r.o
|