diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2009-01-13 02:40:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:16 -0400 |
commit | cae78ed599c348999a318ace0fcc3ff0277c8fa4 (patch) | |
tree | 6cf7b7f1c4f1966d550d6004670b7c1c8cc0a12c /drivers/media/dvb/frontends/Kconfig | |
parent | 90a4cc70fa853d83f0a7cc34b960744d8d0280e9 (diff) |
V4L/DVB (10925): add support for LG Electronics LGDT3305 ATSC/QAM-B Demodulator
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 2887d3398fb8..5c78f6329d68 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -419,6 +419,14 @@ config DVB_LGDT3304 | |||
419 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 419 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
420 | to support this frontend. | 420 | to support this frontend. |
421 | 421 | ||
422 | config DVB_LGDT3305 | ||
423 | tristate "LG Electronics LGDT3305 based" | ||
424 | depends on DVB_CORE && I2C | ||
425 | default m if DVB_FE_CUSTOMISE | ||
426 | help | ||
427 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
428 | to support this frontend. | ||
429 | |||
422 | config DVB_S5H1409 | 430 | config DVB_S5H1409 |
423 | tristate "Samsung S5H1409 based" | 431 | tristate "Samsung S5H1409 based" |
424 | depends on DVB_CORE && I2C | 432 | depends on DVB_CORE && I2C |