diff options
author | Patrick Boettcher <pboettcher@kernellabs.com> | 2009-08-17 12:01:10 +0200 |
---|---|---|
committer | Patrick Boettcher <pboettcher@kernellabs.com> | 2009-08-17 12:01:10 +0200 |
commit | 5cff02002fb10cd0c91a87a8587f20c19951cb4e (patch) | |
tree | e6240e25829f11ae8a1e48be5b71f25b52026a80 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | d399ab0908845ddbf3faf0116d9b477497fb4756 (diff) | |
download | mediapointer-dvb-s2-5cff02002fb10cd0c91a87a8587f20c19951cb4e.tar.gz mediapointer-dvb-s2-5cff02002fb10cd0c91a87a8587f20c19951cb4e.tar.bz2 |
DiB8000: added support for DiBcom ISDB-T/ISDB-Tsb demodulator DiB8000
From: Patrick Boettcher <pboettcher@dibcom.fr>
This commit adds support for the DiB8000 ISDB-T demodulator made by DiBcom.
Priority: normal
Signed-off-by: Olivier Grenie <Olivier.Grenie@dibcom.fr>
Signed-off-by: Patrick Boettcher <pboettcher@dibcom.fr>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index be967ac09..1f43f9af8 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -477,6 +477,14 @@ config DVB_S921 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module. Say Y when you want to support this frontend. +config DVB_DIB8000 + tristate "DiBcom 8000MB/MC" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. + Say Y when you want to support this frontend. + comment "Digital terrestrial only tuners/PLL" depends on DVB_CORE |