aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2012-04-28 06:21:12 -0400
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-04-29 15:35:40 -0400
commit96b1d500e0284136a524180a50a230e1df21252d (patch)
tree94824682c10aa9a354328ad5dd4eb9269016aed0 /drivers/video/Kconfig
parent2c8304d3125b9c75797a35037945df63869bfdf6 (diff)
video: auo_k190x: add driver for AUO-K1900 variant
This controller only supports smaller resolutions and only serial updates, i.e. it has to wait for an update to finish before starting another one. 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 caf9eaa0fb93..9ad0753da455 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2399,6 +2399,14 @@ config FB_AUO_K190X
2399 controller drivers. You will also have to enable the driver 2399 controller drivers. You will also have to enable the driver
2400 for the controller type used in your device. 2400 for the controller type used in your device.
2401 2401
2402config FB_AUO_K1900
2403 tristate "AUO-K1900 EPD controller support"
2404 depends on FB && FB_AUO_K190X
2405 help
2406 This driver implements support for the AUO K1900 epd-controller.
2407 This controller can drive Sipix epaper displays but can only do
2408 serial updates, reducing the number of possible frames per second.
2409
2402config FB_JZ4740 2410config FB_JZ4740
2403 tristate "JZ4740 LCD framebuffer support" 2411 tristate "JZ4740 LCD framebuffer support"
2404 depends on FB && MACH_JZ4740 2412 depends on FB && MACH_JZ4740