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

Commit 83f5dcca authored by Domi Papoi's avatar Domi Papoi Committed by Gerrit - the friendly Code Review server
Browse files

adv7481: Add driver code for adv7481



Adding adv7481 driver for db-platform.

Change-Id: I7729d310578b61357f0d7297851f3c412b166699
Signed-off-by: default avatarDomi Papoi <dpapoi@codeaurora.org>
parent 259b3199
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -218,6 +218,18 @@ config VIDEO_ADV7842
	  To compile this driver as a module, choose M here: the
	  module will be called adv7842.

config VIDEO_ADV7481
	tristate "Analog Devices ADV7481 decoder"
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
	---help---
	  Support for the Analog Devices ADV7481 video decoder.

	  This is a Analog Devices Component/Graphics/SD Digitizer
	  with HDMI Receiver.

	  To compile this driver as a module, choose M here: the
	  module will be called adv7481.

config VIDEO_BT819
	tristate "BT819A VideoStream decoder"
	depends on VIDEO_V4L2 && I2C
@@ -709,6 +721,7 @@ endmenu
menu "Sensors used on soc_camera driver"

if SOC_CAMERA

	source "drivers/media/i2c/soc_camera/Kconfig"
endif

+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ obj-$(CONFIG_VIDEO_ADV7343) += adv7343.o
obj-$(CONFIG_VIDEO_ADV7393) += adv7393.o
obj-$(CONFIG_VIDEO_ADV7604) += adv7604.o
obj-$(CONFIG_VIDEO_ADV7842) += adv7842.o
obj-$(CONFIG_VIDEO_ADV7481) += adv7481.o
obj-$(CONFIG_VIDEO_AD9389B) += ad9389b.o
obj-$(CONFIG_VIDEO_ADV7511) += adv7511.o
obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o