diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-17 23:55:51 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-12-17 23:55:51 -0500 |
commit | d658ee4bd13e471ac5147cab0c466b9ff13aaa81 (patch) | |
tree | b495889e12f04d1b90b08d7a39ecdd53f4b9945c /linux/drivers/media/dvb/frontends/Makefile | |
parent | 3842afc175a16c86d1f3b719f07a3bfddf3c7815 (diff) | |
download | mediapointer-dvb-s2-d658ee4bd13e471ac5147cab0c466b9ff13aaa81.tar.gz mediapointer-dvb-s2-d658ee4bd13e471ac5147cab0c466b9ff13aaa81.tar.bz2 |
Add support for the Xceive xc5000 silicon tuner.
From: Steven Toth <stoth@hauppauge.com>
This is an all formats tuner, QAM, ATSC, DVB-T and others.
Only ATSC and QAM have been tested.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Makefile b/linux/drivers/media/dvb/frontends/Makefile index 784565208..1c082a6a9 100644 --- a/linux/drivers/media/dvb/frontends/Makefile +++ b/linux/drivers/media/dvb/frontends/Makefile @@ -50,3 +50,4 @@ obj-$(CONFIG_DVB_TUNER_QT1010) += qt1010.o obj-$(CONFIG_DVB_TUA6100) += tua6100.o obj-$(CONFIG_DVB_TUNER_MT2131) += mt2131.o obj-$(CONFIG_DVB_S5H1409) += s5h1409.o +obj-$(CONFIG_DVB_TUNER_XC5000) += xc5000.o |