summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/solomon/Makefile
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2022-02-14 16:37:07 +0300
committerJavier Martinez Canillas <javierm@redhat.com>2022-02-16 15:29:04 +0300
commita61732e808672cfa8c8c6028bcf9feacb953ef40 (patch)
tree5acabdef14f1b0292892ee9600459a4af1035314 /drivers/gpu/drm/solomon/Makefile
parentbcf8b616deb8794179e3e9c6233a53f42664afb2 (diff)
downloadlinux-a61732e808672cfa8c8c6028bcf9feacb953ef40.tar.xz
drm: Add driver for Solomon SSD130x OLED displays
This adds a DRM driver for SSD1305, SSD1306, SSD1307 and SSD1309 Solomon OLED display controllers. It's only the core part of the driver and a bus specific driver is needed for each transport interface supported by the display controllers. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Maxime Ripard <maxime@cerno.tech> Link: https://patchwork.freedesktop.org/patch/msgid/20220214133710.3278506-4-javierm@redhat.com
Diffstat (limited to 'drivers/gpu/drm/solomon/Makefile')
-rw-r--r--drivers/gpu/drm/solomon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/solomon/Makefile b/drivers/gpu/drm/solomon/Makefile
new file mode 100644
index 000000000000..f685addb19fe
--- /dev/null
+++ b/drivers/gpu/drm/solomon/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_DRM_SSD130X) += ssd130x.o