aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2010-11-24 04:33:58 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-11-26 01:06:34 -0500
commitdbcc465a3c8d81da132cc1dd4e5fbf731172477f (patch)
tree2666205c90ec531cc9e789de77d9c89a54ba5c1a /drivers/video/Kconfig
parentfe040be2fdc49a4132c5f64359c629aeeb8e4947 (diff)
fbdev: bf537-lq035: new Blackfin Sharp LQ035 framebuffer driver
For LCDs hooked up to BF537-STAMP boards. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 954f6e9d8d5a..04d09cac5a4d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -643,6 +643,20 @@ config FB_BFIN_LQ035Q1
643 To compile this driver as a module, choose M here: the 643 To compile this driver as a module, choose M here: the
644 module will be called bfin-lq035q1-fb. 644 module will be called bfin-lq035q1-fb.
645 645
646config FB_BF537_LQ035
647 tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
648 depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
649 select FB_CFB_FILLRECT
650 select FB_CFB_COPYAREA
651 select FB_CFB_IMAGEBLIT
652 select BFIN_GPTIMERS
653 help
654 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
655 attached to a BF537.
656
657 To compile this driver as a module, choose M here: the
658 module will be called bf537-lq035.
659
646config FB_STI 660config FB_STI
647 tristate "HP STI frame buffer device support" 661 tristate "HP STI frame buffer device support"
648 depends on FB && PARISC 662 depends on FB && PARISC