0001 config DRM_SSD130X
0002 tristate "DRM support for Solomon SSD130x OLED displays"
0003 depends on DRM && MMU
0004 select BACKLIGHT_CLASS_DEVICE
0005 select DRM_GEM_SHMEM_HELPER
0006 select DRM_KMS_HELPER
0007 help
0008 DRM driver for the SSD130x Solomon and SINO WEALTH SH110x OLED
0009 controllers. This is only for the core driver, a driver for the
0010 appropriate bus transport in your chip also must be selected.
0011
0012 If M is selected the module will be called ssd130x.
0013
0014 config DRM_SSD130X_I2C
0015 tristate "DRM support for Solomon SSD130x OLED displays (I2C bus)"
0016 depends on DRM_SSD130X && I2C
0017 select REGMAP_I2C
0018 help
0019 Say Y here if the SSD130x or SH110x OLED display is connected via
0020 I2C bus.
0021
0022 If M is selected the module will be called ssd130x-i2c.
0023
0024 config DRM_SSD130X_SPI
0025 tristate "DRM support for Solomon SSD130X OLED displays (SPI bus)"
0026 depends on DRM_SSD130X && SPI
0027 select REGMAP
0028 help
0029 Say Y here if the SSD130x OLED display is connected via SPI bus.
0030
0031 If M is selected the module will be called ssd130x-spi.