Skip to content

Commit

Permalink
[media] zd1301_demod: ZyDAS ZD1301 DVB-T demodulator driver
Browse files Browse the repository at this point in the history
ZyDAS ZD1301 is chip having USB interface and DVB-T demodulator
integrated. This driver is for demodulator part.
Driver is very reduced, just basic demodulator functionality, no
statistics at all. It registers as a platform driver to driver core.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Feb 3, 2017
1 parent 433c486 commit 47d6537
Show file tree
Hide file tree
Showing 4 changed files with 614 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/dvb-frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,13 @@ config DVB_AS102_FE
depends on DVB_CORE
default DVB_AS102

config DVB_ZD1301_DEMOD
tristate "ZyDAS ZD1301"
depends on DVB_CORE && I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Say Y when you want to support this frontend.

config DVB_GP8PSK_FE
tristate
depends on DVB_CORE
Expand Down
1 change: 1 addition & 0 deletions drivers/media/dvb-frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ obj-$(CONFIG_DVB_TC90522) += tc90522.o
obj-$(CONFIG_DVB_HORUS3A) += horus3a.o
obj-$(CONFIG_DVB_ASCOT2E) += ascot2e.o
obj-$(CONFIG_DVB_HELENE) += helene.o
obj-$(CONFIG_DVB_ZD1301_DEMOD) += zd1301_demod.o
Loading

0 comments on commit 47d6537

Please sign in to comment.