Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06d30f02 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Greg Kroah-Hartman
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarNoralf Tronnes <notro@tronnes.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27837e11
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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 −0

File added.

Preview size limit exceeded, changes collapsed.