drivers/video: add support for the Solomon SSD1307 OLED Controller
[deliverable/linux.git] / drivers / video / Kconfig
index 9018a90b4588eea1295530424c66ab84fef9cc7a..9c31277b3a811067a1e7985eaa2256e379a149e3 100644 (file)
@@ -2442,4 +2442,19 @@ config FB_SH_MOBILE_MERAM
          Up to 4 memory channels can be configured, allowing 4 RGB or
          2 YCbCr framebuffers to be configured.
 
+config FB_SSD1307
+       tristate "Solomon SSD1307 framebuffer support"
+       depends on FB && I2C
+       depends on OF
+       depends on GENERIC_GPIO
+       select FB_SYS_FOPS
+       select FB_SYS_FILLRECT
+       select FB_SYS_COPYAREA
+       select FB_SYS_IMAGEBLIT
+       select FB_DEFERRED_IO
+       select PWM
+       help
+         This driver implements support for the Solomon SSD1307
+         OLED controller over I2C.
+
 endmenu
This page took 0.043432 seconds and 5 git commands to generate.