Commit 7ce76fcf authored by Michael Hennerich's avatar Michael Hennerich Committed by james toy

Framebuffer driver for the Landscape LCD EZ-Extender (ADZS-BFLLCD-EZEXT)

http://docs.blackfin.uclinux.org/doku.php?id=hw:cards:landscape_lcd_ez-extender

	- fix Kconfig SPI depend pointed out by akpm
	- add module info to Kconfig help text
Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 3c4e98ba
...@@ -613,18 +613,20 @@ config FB_BFIN_T350MCQB ...@@ -613,18 +613,20 @@ config FB_BFIN_T350MCQB
config FB_BFIN_LQ035Q1 config FB_BFIN_LQ035Q1
tristate "SHARP LQ035Q1DH02 TFT LCD" tristate "SHARP LQ035Q1DH02 TFT LCD"
depends on FB && BLACKFIN depends on FB && BLACKFIN && SPI
select FB_CFB_FILLRECT select FB_CFB_FILLRECT
select FB_CFB_COPYAREA select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT select FB_CFB_IMAGEBLIT
select BFIN_GPTIMERS select BFIN_GPTIMERS
select SPI
help help
This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
the Blackfin Landscape LCD EZ-Extender Card. the Blackfin Landscape LCD EZ-Extender Card.
This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK. It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
To compile this driver as a module, choose M here: the
module will be called bfin-lq035q1-fb.
config FB_STI config FB_STI
tristate "HP STI frame buffer device support" tristate "HP STI frame buffer device support"
depends on FB && PARISC depends on FB && PARISC
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment