diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2014-07-22 16:12:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-27 16:01:41 -0400 |
commit | 3e54a1697ace99d1ad602ec268abf117ace1412f (patch) | |
tree | 86afb2e3aa37a0cded48484eedf6c83fe3454beb /drivers/media/dvb-frontends/Kconfig | |
parent | 9ca72fa1f854a596092901f3e0ee90bb3d459ed5 (diff) |
[media] si2165: Add demod driver for DVB-T only
DVB-T was tested with 8MHz BW channels in germany
This driver is the simplest possible, it uses automatic mode for all
parameters (TPS).
Added spectrum inversion support.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Tested-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb-frontends/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 5b8b04c9f211..fe0ddcca192c 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig | |||
@@ -63,6 +63,15 @@ config DVB_TDA18271C2DD | |||
63 | 63 | ||
64 | Say Y when you want to support this tuner. | 64 | Say Y when you want to support this tuner. |
65 | 65 | ||
66 | config DVB_SI2165 | ||
67 | tristate "Silicon Labs si2165 based" | ||
68 | depends on DVB_CORE && I2C | ||
69 | default m if !MEDIA_SUBDRV_AUTOSELECT | ||
70 | help | ||
71 | A DVB-C/T demodulator. | ||
72 | |||
73 | Say Y when you want to support this frontend. | ||
74 | |||
66 | comment "DVB-S (satellite) frontends" | 75 | comment "DVB-S (satellite) frontends" |
67 | depends on DVB_CORE | 76 | depends on DVB_CORE |
68 | 77 | ||