diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index edc2a22d289e..caf9eaa0fb93 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2382,6 +2382,23 @@ config FB_BROADSHEET | |||
2382 | and could also have been called by other names when coupled with | 2382 | and could also have been called by other names when coupled with |
2383 | a bridge adapter. | 2383 | a bridge adapter. |
2384 | 2384 | ||
2385 | config FB_AUO_K190X | ||
2386 | tristate "AUO-K190X EPD controller support" | ||
2387 | depends on FB | ||
2388 | select FB_SYS_FILLRECT | ||
2389 | select FB_SYS_COPYAREA | ||
2390 | select FB_SYS_IMAGEBLIT | ||
2391 | select FB_SYS_FOPS | ||
2392 | select FB_DEFERRED_IO | ||
2393 | help | ||
2394 | Provides support for epaper controllers from the K190X series | ||
2395 | of AUO. These controllers can be used to drive epaper displays | ||
2396 | from Sipix. | ||
2397 | |||
2398 | This option enables the common support, shared by the individual | ||
2399 | controller drivers. You will also have to enable the driver | ||
2400 | for the controller type used in your device. | ||
2401 | |||
2385 | config FB_JZ4740 | 2402 | config FB_JZ4740 |
2386 | tristate "JZ4740 LCD framebuffer support" | 2403 | tristate "JZ4740 LCD framebuffer support" |
2387 | depends on FB && MACH_JZ4740 | 2404 | depends on FB && MACH_JZ4740 |