aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2022-02-14 14:37:07 +0100
committerJavier Martinez Canillas <javierm@redhat.com>2022-02-16 13:29:04 +0100
commita61732e808672cfa8c8c6028bcf9feacb953ef40 (patch)
tree5acabdef14f1b0292892ee9600459a4af1035314 /drivers/gpu/drm/Makefile
parentdrm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed() (diff)
downloadlinux-dev-a61732e808672cfa8c8c6028bcf9feacb953ef40.tar.xz
linux-dev-a61732e808672cfa8c8c6028bcf9feacb953ef40.zip
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/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 8675c2af7ae1..c2ef5f9fce54 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -132,4 +132,5 @@ obj-$(CONFIG_DRM_TIDSS) += tidss/
obj-y += xlnx/
obj-y += gud/
obj-$(CONFIG_DRM_HYPERV) += hyperv/
+obj-y += solomon/
obj-$(CONFIG_DRM_SPRD) += sprd/