aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2012-01-18 16:52:04 +0000
committerJon Medhurst <tixy@linaro.org>2013-07-01 11:04:24 +0100
commitcaf003fa1d4386755d34f12bb23f264da1496d3b (patch)
treea017e2c30dd9babdd031cdb92b997bb2947f1508 /drivers/video/Kconfig
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376 (diff)
ARM HDLCD: Add support for ARM High Definition LCD.
The ARM HDLCD device is now found in various new Versatile Express coretiles. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2e937bdace6f..89f8c68c40c4 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -326,6 +326,21 @@ config FB_ARMCLCD
here and read <file:Documentation/kbuild/modules.txt>. The module
will be called amba-clcd.
+config FB_ARMHDLCD
+ tristate "ARM High Definition LCD support"
+ depends on FB && ARM
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ help
+ This framebuffer device driver is for the ARM High Definition
+ Colour LCD controller.
+
+ If you want to compile this as a module (=code which can be
+ inserted into and removed from the running kernel), say M
+ here and read <file:Documentation/kbuild/modules.txt>. The module
+ will be called arm-hdlcd.
+
config FB_ACORN
bool "Acorn VIDC support"
depends on (FB = y) && ARM && ARCH_ACORN