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

Commit 066a50ce authored by Greg Hackmann's avatar Greg Hackmann Committed by John Stultz
Browse files

video: add atomic display framework



Change-Id: I693257e269a99012cd0dbb57576ac222869cf4c7
Signed-off-by: default avatarGreg Hackmann <ghackmann@google.com>
parent 4808d283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ source "drivers/video/fbdev/Kconfig"
endmenu

source "drivers/video/backlight/Kconfig"
source "drivers/video/adf/Kconfig"

config VGASTATE
       tristate
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_VGASTATE)            += vgastate.o
obj-$(CONFIG_HDMI)                += hdmi.o

obj-$(CONFIG_ADF)		  += adf/
obj-$(CONFIG_VT)		  += console/
obj-$(CONFIG_LOGO)		  += logo/
obj-y				  += backlight/
+4 −0
Original line number Diff line number Diff line
menuconfig ADF
	depends on SYNC
	depends on DMA_SHARED_BUFFER
	tristate "Atomic Display Framework"
+11 −0
Original line number Diff line number Diff line
ccflags-y := -Idrivers/staging/android

CFLAGS_adf.o := -I$(src)

obj-$(CONFIG_ADF) += adf.o \
	adf_client.o \
	adf_fops.o \
	adf_format.o \
	adf_sysfs.o

obj-$(CONFIG_COMPAT) += adf_fops32.o
+1066 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading