Skip to content

Commit

Permalink
media: i2c: Add TDA1997x HDMI receiver driver
Browse files Browse the repository at this point in the history
Add support for the TDA1997x HDMI receivers.

Signed-off-by: Tim Harvey <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
[[email protected]: fix type 'testin' -> 'testing']
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Gateworks authored and mchehab committed Feb 22, 2018
1 parent 10c1d54 commit 9ac0038
Show file tree
Hide file tree
Showing 5 changed files with 3,513 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ config VIDEO_TDA9840
To compile this driver as a module, choose M here: the
module will be called tda9840.

config VIDEO_TDA1997X
tristate "NXP TDA1997x HDMI receiver"
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
---help---
V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.

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

config VIDEO_TEA6415C
tristate "Philips TEA6415C audio processor"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o
obj-$(CONFIG_VIDEO_TDA7432) += tda7432.o
obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
obj-$(CONFIG_VIDEO_TDA9840) += tda9840.o
obj-$(CONFIG_VIDEO_TDA1997X) += tda1997x.o
obj-$(CONFIG_VIDEO_TEA6415C) += tea6415c.o
obj-$(CONFIG_VIDEO_TEA6420) += tea6420.o
obj-$(CONFIG_VIDEO_SAA7110) += saa7110.o
Expand Down
Loading

0 comments on commit 9ac0038

Please sign in to comment.