Kconfig 1004 B

12345678910111213141516171819202122232425262728293031
  1. config DRM_SSD130X
  2. tristate "DRM support for Solomon SSD130x OLED displays"
  3. depends on DRM && MMU
  4. select BACKLIGHT_CLASS_DEVICE
  5. select DRM_GEM_SHMEM_HELPER
  6. select DRM_KMS_HELPER
  7. help
  8. DRM driver for the SSD130x Solomon and SINO WEALTH SH110x OLED
  9. controllers. This is only for the core driver, a driver for the
  10. appropriate bus transport in your chip also must be selected.
  11. If M is selected the module will be called ssd130x.
  12. config DRM_SSD130X_I2C
  13. tristate "DRM support for Solomon SSD130x OLED displays (I2C bus)"
  14. depends on DRM_SSD130X && I2C
  15. select REGMAP_I2C
  16. help
  17. Say Y here if the SSD130x or SH110x OLED display is connected via
  18. I2C bus.
  19. If M is selected the module will be called ssd130x-i2c.
  20. config DRM_SSD130X_SPI
  21. tristate "DRM support for Solomon SSD130X OLED displays (SPI bus)"
  22. depends on DRM_SSD130X && SPI
  23. select REGMAP
  24. help
  25. Say Y here if the SSD130x OLED display is connected via SPI bus.
  26. If M is selected the module will be called ssd130x-spi.