diff options
author | Patrick Boettcher <pboettcher@dibcom.fr> | 2009-08-17 06:01:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:14:30 -0400 |
commit | 77e2c0f5d471e2b14140f0695a1b6a718f318dd7 (patch) | |
tree | 681fd02945e867706201e0c5590a7e5d1ab3a995 /drivers/media/dvb/frontends/Kconfig | |
parent | 2a6a30e05cc4afa4aa4da406ece75e6846d5b408 (diff) |
V4L/DVB (12900): DiB8000: added support for DiBcom ISDB-T/ISDB-Tsb demodulator DiB8000
This commit adds support for the DiB8000 ISDB-T demodulator made by DiBcom.
Signed-off-by: Olivier Grenie <Olivier.Grenie@dibcom.fr>
Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr>
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 b794e860b4e2..d7c4837fa71c 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -484,6 +484,14 @@ config DVB_S921 | |||
484 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. | 484 | AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. |
485 | Say Y when you want to support this frontend. | 485 | Say Y when you want to support this frontend. |
486 | 486 | ||
487 | config DVB_DIB8000 | ||
488 | tristate "DiBcom 8000MB/MC" | ||
489 | depends on DVB_CORE && I2C | ||
490 | default m if DVB_FE_CUSTOMISE | ||
491 | help | ||
492 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. | ||
493 | Say Y when you want to support this frontend. | ||
494 | |||
487 | comment "Digital terrestrial only tuners/PLL" | 495 | comment "Digital terrestrial only tuners/PLL" |
488 | depends on DVB_CORE | 496 | depends on DVB_CORE |
489 | 497 | ||