aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2012-04-28 06:22:08 -0400
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-04-29 15:35:42 -0400
commit53027cdf2a676e19306011cb01cd9c7c00124cd6 (patch)
tree3d74c48c6d8b1ec993aa3a1194f0fae42ef78a2f /drivers/video/Kconfig
parent96b1d500e0284136a524180a50a230e1df21252d (diff)
video: auo_k190x: add driver for AUO-K1901 variant
This controller not only supports higher resolutions than the K1900 but concurrent updates as well. This results in a generally higher display speed. Signed-off-by: Heiko Stübner <heiko@sntech.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 9ad0753da455..0217f7415ef5 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2407,6 +2407,14 @@ config FB_AUO_K1900
2407 This controller can drive Sipix epaper displays but can only do 2407 This controller can drive Sipix epaper displays but can only do
2408 serial updates, reducing the number of possible frames per second. 2408 serial updates, reducing the number of possible frames per second.
2409 2409
2410config FB_AUO_K1901
2411 tristate "AUO-K1901 EPD controller support"
2412 depends on FB && FB_AUO_K190X
2413 help
2414 This driver implements support for the AUO K1901 epd-controller.
2415 This controller can drive Sipix epaper displays and supports
2416 concurrent updates, making higher frames per second possible.
2417
2410config FB_JZ4740 2418config FB_JZ4740
2411 tristate "JZ4740 LCD framebuffer support" 2419 tristate "JZ4740 LCD framebuffer support"
2412 depends on FB && MACH_JZ4740 2420 depends on FB && MACH_JZ4740