summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2012-08-10 10:49:07 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 16:50:02 -0400
commitb694a4c1e5439743023ce2dc5da38566d92a9259 (patch)
tree58ce42ba9a493d36a684bbc79159286b144948fd /drivers/video/Kconfig
parent916ef83576b29c6019c1c31dbcb155301ac4a75f (diff)
ENGR00220009: dcu: Add the option to enable or disable blanking support
If framebuffer console support is enabled, blanking the screen will occur after a long time. To avoid it, the option for disabling blanking is added. Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index efafdee78b14..ca65437de427 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1961,6 +1961,13 @@ config FB_MVF_DCU
---help---
Framebuffer driver for the Faraday SoC DCU
+config MVF_DCU_BLANKING_TEST
+ bool "DCU framebuffer blanking support"
+ depends on FB && ARCH_MVF && FB_MVF_DCU
+ default n
+ ---help---
+ DCU driver enable or disable blanking support for test
+
config FB_W100
tristate "W100 frame buffer support"
depends on FB && ARCH_PXA