diff options
author | Antti Palosaari <crope@iki.fi> | 2011-04-07 21:27:43 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 14:30:10 +0200 |
commit | 27cfc85e3dae187a470f7aa54123689a487970f2 (patch) | |
tree | c49b86487a1e507eec82a5babd7cd05af081e814 /drivers/media/dvb/frontends/Makefile | |
parent | [media] em28xx: add support for EM28174 chip (diff) | |
download | linux-27cfc85e3dae187a470f7aa54123689a487970f2.tar.xz linux-27cfc85e3dae187a470f7aa54123689a487970f2.zip |
[media] Sony CXD2820R DVB-T/T2/C demodulator driver
It is very first DVB-T2 Linux driver!
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 6d5192935889..adec1a3f6291 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -86,3 +86,5 @@ obj-$(CONFIG_DVB_MB86A16) += mb86a16.o obj-$(CONFIG_DVB_MB86A20S) += mb86a20s.o obj-$(CONFIG_DVB_IX2505V) += ix2505v.o obj-$(CONFIG_DVB_STV0367) += stv0367.o +obj-$(CONFIG_DVB_CXD2820R) += cxd2820r.o + |