Loading...
1config DRM_SSD130X
2 tristate "DRM support for Solomon SSD13xx OLED displays"
3 depends on DRM && MMU
4 select BACKLIGHT_CLASS_DEVICE
5 select DRM_CLIENT_SELECTION
6 select DRM_GEM_SHMEM_HELPER
7 select DRM_KMS_HELPER
8 help
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.
12
13 If M is selected the module will be called ssd130x.
14
15config DRM_SSD130X_I2C
16 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
17 depends on DRM_SSD130X && I2C
18 select REGMAP_I2C
19 help
20 Say Y here if the SSD13xx or SH110x OLED display is connected via
21 I2C bus.
22
23 If M is selected the module will be called ssd130x-i2c.
24
25config DRM_SSD130X_SPI
26 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
27 depends on DRM_SSD130X && SPI
28 select REGMAP
29 help
30 Say Y here if the SSD13xx OLED display is connected via SPI bus.
31
32 If M is selected the module will be called ssd130x-spi.
1config DRM_SSD130X
2 tristate "DRM support for Solomon SSD13xx 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 SSD13xx 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
12 If M is selected the module will be called ssd130x.
13
14config DRM_SSD130X_I2C
15 tristate "DRM support for Solomon SSD13xx OLED displays (I2C bus)"
16 depends on DRM_SSD130X && I2C
17 select REGMAP_I2C
18 help
19 Say Y here if the SSD13xx or SH110x OLED display is connected via
20 I2C bus.
21
22 If M is selected the module will be called ssd130x-i2c.
23
24config DRM_SSD130X_SPI
25 tristate "DRM support for Solomon SSD13xx OLED displays (SPI bus)"
26 depends on DRM_SSD130X && SPI
27 select REGMAP
28 help
29 Say Y here if the SSD13xx OLED display is connected via SPI bus.
30
31 If M is selected the module will be called ssd130x-spi.