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