diff options
| author | Javier Martinez Canillas <javierm@redhat.com> | 2022-02-14 14:37:08 +0100 |
|---|---|---|
| committer | Javier Martinez Canillas <javierm@redhat.com> | 2022-02-16 13:29:04 +0100 |
| commit | d12dd1db809a3f298b4ef6cc02ca64fe3038391d (patch) | |
| tree | 1a6f5050c19e54320c6bf07f21c9b91cf8a35a21 /drivers/gpu/drm/solomon/Makefile | |
| parent | a61732e808672cfa8c8c6028bcf9feacb953ef40 (diff) | |
| download | linux-next-d12dd1db809a3f298b4ef6cc02ca64fe3038391d.tar.gz linux-next-d12dd1db809a3f298b4ef6cc02ca64fe3038391d.zip | |
drm/solomon: Add SSD130x OLED displays I2C support
The ssd130x driver only provides the core support for these devices but it
does not have any bus transport logic. Add a driver to interface over I2C.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220214133710.3278506-5-javierm@redhat.com
Diffstat (limited to 'drivers/gpu/drm/solomon/Makefile')
| -rw-r--r-- | drivers/gpu/drm/solomon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/solomon/Makefile b/drivers/gpu/drm/solomon/Makefile index f685addb19fe..4bfc5acb0447 100644 --- a/drivers/gpu/drm/solomon/Makefile +++ b/drivers/gpu/drm/solomon/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_DRM_SSD130X) += ssd130x.o +obj-$(CONFIG_DRM_SSD130X_I2C) += ssd130x-i2c.o |
