mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
staging: fbtft: add fbtft_device driver
This commit adds the fbtft_device driver from the fbtft project at https://github.com/notro/fbtft. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Noralf Tronnes <notro@tronnes.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
27837e11a6
commit
06d30f0208
3 changed files with 1451 additions and 0 deletions
|
@ -163,3 +163,7 @@ config FB_FLEX
|
|||
depends on FB_TFT
|
||||
help
|
||||
Generic Framebuffer support for TFT LCD displays.
|
||||
|
||||
config FB_TFT_FBTFT_DEVICE
|
||||
tristate "Module to for adding FBTFT devices"
|
||||
depends on FB_TFT
|
||||
|
|
|
@ -29,3 +29,6 @@ obj-$(CONFIG_FB_TFT_UC1701) += fb_uc1701.o
|
|||
obj-$(CONFIG_FB_TFT_UPD161704) += fb_upd161704.o
|
||||
obj-$(CONFIG_FB_TFT_WATTEROTT) += fb_watterott.o
|
||||
obj-$(CONFIG_FB_FLEX) += flexfb.o
|
||||
|
||||
# Device modules
|
||||
obj-$(CONFIG_FB_TFT_FBTFT_DEVICE) += fbtft_device.o
|
||||
|
|
1444
drivers/staging/fbtft/fbtft_device.c
Normal file
1444
drivers/staging/fbtft/fbtft_device.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue