You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Paul Mundt
parent
fe040be2fd
commit
dbcc465a3c
@@ -643,6 +643,20 @@ config FB_BFIN_LQ035Q1
|
|||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called bfin-lq035q1-fb.
|
module will be called bfin-lq035q1-fb.
|
||||||
|
|
||||||
|
config FB_BF537_LQ035
|
||||||
|
tristate "SHARP LQ035 TFT LCD (BF537 STAMP)"
|
||||||
|
depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI
|
||||||
|
select FB_CFB_FILLRECT
|
||||||
|
select FB_CFB_COPYAREA
|
||||||
|
select FB_CFB_IMAGEBLIT
|
||||||
|
select BFIN_GPTIMERS
|
||||||
|
help
|
||||||
|
This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
|
||||||
|
attached to a BF537.
|
||||||
|
|
||||||
|
To compile this driver as a module, choose M here: the
|
||||||
|
module will be called bf537-lq035.
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -144,6 +144,7 @@ obj-$(CONFIG_FB_VESA) += vesafb.o
|
|||||||
obj-$(CONFIG_FB_EFI) += efifb.o
|
obj-$(CONFIG_FB_EFI) += efifb.o
|
||||||
obj-$(CONFIG_FB_VGA16) += vga16fb.o
|
obj-$(CONFIG_FB_VGA16) += vga16fb.o
|
||||||
obj-$(CONFIG_FB_OF) += offb.o
|
obj-$(CONFIG_FB_OF) += offb.o
|
||||||
|
obj-$(CONFIG_FB_BF537_LQ035) += bf537-lq035.o
|
||||||
obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o
|
obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o
|
||||||
obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o
|
obj-$(CONFIG_FB_BFIN_LQ035Q1) += bfin-lq035q1-fb.o
|
||||||
obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o
|
obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user