2 tristate "DRM support for Solomon SSD13xx OLED displays"
4 select BACKLIGHT_CLASS_DEVICE
5 select DRM_CLIENT_SELECTION
6 select DRM_GEM_SHMEM_HELPER
9 DRM driver for the SSD13xx Solomon and SINO WEALTH SH110x OLED
10 controllers. This is only for the core driver, a driver for the
11 appropriate bus transport in your chip also must be selected.
13 If M is selected the module will be called ssd130x.
15 config DRM_SSD130X_I2C
16 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
17 depends on DRM_SSD130X && I2C
20 Say Y here if the SSD13xx or SH110x OLED display is connected via
23 If M is selected the module will be called ssd130x-i2c.
25 config DRM_SSD130X_SPI
26 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
27 depends on DRM_SSD130X && SPI
30 Say Y here if the SSD13xx OLED display is connected via SPI bus.
32 If M is selected the module will be called ssd130x-spi.