From e9fa7c43aa74fae3a1db04092d2a51005f5b8a21 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Tue, 16 Oct 2007 01:29:38 -0700 Subject: bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driver Blackfin BF54x framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD [adaplas] Add 'fb' suffix to driver name. Move Makefile entry under platform device section Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/video/Kconfig') diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 25c3903f598..54db0991991 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -544,6 +544,15 @@ config FB_VGA16 To compile this driver as a module, choose M here: the module will be called vga16fb. +config FB_BF54X_LQ043 + tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" + depends on FB && (BF54x) + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + help + This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD + config FB_STI tristate "HP STI frame buffer device support" depends on FB && PARISC -- cgit v1.2.3