diff options
author | Michael Krufky | 2012-01-29 19:46:46 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2012-05-20 15:02:11 +0200 |
commit | e26f2ae4527b54fab94660826ff8d930f462449c (patch) | |
tree | df9cdc82e5f3ee4cd7050bbc78fb91035f01e2e7 /drivers/media/dvb/frontends/Kconfig | |
parent | [media] mxl111sf-tuner: tune SYS_ATSCMH just like SYS_ATSC (diff) | |
download | kernel-qcow2-linux-e26f2ae4527b54fab94660826ff8d930f462449c.tar.gz kernel-qcow2-linux-e26f2ae4527b54fab94660826ff8d930f462449c.tar.xz kernel-qcow2-linux-e26f2ae4527b54fab94660826ff8d930f462449c.zip |
[media] DVB: add support for the LG2160 ATSC-MH demodulator
This patch adds support for controlling the LG2160 and
LG2161 ATSC-MH demodulators.
[mchehab@redhat.com: fold with the next patch that was fixing the DVB ABI]
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index f47983472aed..b98ebb264e29 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -531,6 +531,14 @@ config DVB_LGDT3305 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +config DVB_LG2160 + tristate "LG Electronics LG216x based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + An ATSC/MH demodulator module. Say Y when you want + to support this frontend. + config DVB_S5H1409 tristate "Samsung S5H1409 based" depends on DVB_CORE && I2C |