diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d08d7998a4aa..9c31277b3a81 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2045,7 +2045,7 @@ config FB_S3C_DEBUG_REGWRITE | |||
2045 | bool "Debug register writes" | 2045 | bool "Debug register writes" |
2046 | depends on FB_S3C | 2046 | depends on FB_S3C |
2047 | ---help--- | 2047 | ---help--- |
2048 | Show all register writes via printk(KERN_DEBUG) | 2048 | Show all register writes via pr_debug() |
2049 | 2049 | ||
2050 | config FB_S3C2410 | 2050 | config FB_S3C2410 |
2051 | tristate "S3C2410 LCD framebuffer support" | 2051 | tristate "S3C2410 LCD framebuffer support" |
@@ -2442,4 +2442,19 @@ config FB_SH_MOBILE_MERAM | |||
2442 | Up to 4 memory channels can be configured, allowing 4 RGB or | 2442 | Up to 4 memory channels can be configured, allowing 4 RGB or |
2443 | 2 YCbCr framebuffers to be configured. | 2443 | 2 YCbCr framebuffers to be configured. |
2444 | 2444 | ||
2445 | config FB_SSD1307 | ||
2446 | tristate "Solomon SSD1307 framebuffer support" | ||
2447 | depends on FB && I2C | ||
2448 | depends on OF | ||
2449 | depends on GENERIC_GPIO | ||
2450 | select FB_SYS_FOPS | ||
2451 | select FB_SYS_FILLRECT | ||
2452 | select FB_SYS_COPYAREA | ||
2453 | select FB_SYS_IMAGEBLIT | ||
2454 | select FB_DEFERRED_IO | ||
2455 | select PWM | ||
2456 | help | ||
2457 | This driver implements support for the Solomon SSD1307 | ||
2458 | OLED controller over I2C. | ||
2459 | |||
2445 | endmenu | 2460 | endmenu |