2022-02-14 14:37:07 +01:00
|
|
|
config DRM_SSD130X
|
2023-10-14 09:15:06 +02:00
|
|
|
tristate "DRM support for Solomon SSD13xx OLED displays"
|
2022-03-12 14:34:37 +08:00
|
|
|
depends on DRM && MMU
|
2022-02-14 14:37:07 +01:00
|
|
|
select BACKLIGHT_CLASS_DEVICE
|
2024-09-24 09:12:57 +02:00
|
|
|
select DRM_CLIENT_SELECTION
|
2022-02-14 14:37:07 +01:00
|
|
|
select DRM_GEM_SHMEM_HELPER
|
|
|
|
select DRM_KMS_HELPER
|
|
|
|
help
|
2023-10-14 09:15:06 +02:00
|
|
|
DRM driver for the SSD13xx Solomon and SINO WEALTH SH110x OLED
|
2022-04-07 01:29:56 +08:00
|
|
|
controllers. This is only for the core driver, a driver for the
|
|
|
|
appropriate bus transport in your chip also must be selected.
|
2022-02-14 14:37:07 +01:00
|
|
|
|
|
|
|
If M is selected the module will be called ssd130x.
|
2022-02-14 14:37:08 +01:00
|
|
|
|
|
|
|
config DRM_SSD130X_I2C
|
2023-10-14 09:15:06 +02:00
|
|
|
tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
|
2022-02-14 14:37:08 +01:00
|
|
|
depends on DRM_SSD130X && I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
2023-10-14 09:15:06 +02:00
|
|
|
Say Y here if the SSD13xx or SH110x OLED display is connected via
|
2022-04-07 01:29:56 +08:00
|
|
|
I2C bus.
|
2022-02-14 14:37:08 +01:00
|
|
|
|
|
|
|
If M is selected the module will be called ssd130x-i2c.
|
2022-04-19 23:48:23 +02:00
|
|
|
|
|
|
|
config DRM_SSD130X_SPI
|
2023-10-14 09:15:06 +02:00
|
|
|
tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
|
2022-04-19 23:48:23 +02:00
|
|
|
depends on DRM_SSD130X && SPI
|
|
|
|
select REGMAP
|
|
|
|
help
|
2023-10-14 09:15:06 +02:00
|
|
|
Say Y here if the SSD13xx OLED display is connected via SPI bus.
|
2022-04-19 23:48:23 +02:00
|
|
|
|
|
|
|
If M is selected the module will be called ssd130x-spi.
|