diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-08-08 14:10:10 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 16:53:30 +0200 |
commit | 6bca3580c3303451b65afc98276edf40628dffe0 (patch) | |
tree | 95e9e6dd94ebaa2b286b6119e627306dc20ee470 /drivers/media/dvb/frontends/Makefile | |
parent | V4L/DVB (4394): Git-dvb: radio-sf16fmi build fix (diff) | |
download | linux-6bca3580c3303451b65afc98276edf40628dffe0.tar.xz linux-6bca3580c3303451b65afc98276edf40628dffe0.zip |
V4L/DVB (4396): Add drivers for tda10086 + tda826x chips
TDA10086 is a new DVB-S demodulator
TDA826x is a DVB-S Silicon Tuner
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Makefile')
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 0e4880b6db14..646aa6d1487d 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -33,3 +33,5 @@ obj-$(CONFIG_DVB_LGDT330X) += lgdt330x.o obj-$(CONFIG_DVB_CX24123) += cx24123.o obj-$(CONFIG_DVB_LNBP21) += lnbp21.o obj-$(CONFIG_DVB_ISL6421) += isl6421.o +obj-$(CONFIG_DVB_TDA10086) += tda10086.o +obj-$(CONFIG_DVB_TDA826X) += tda826x.o |