diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-27 19:52:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:27 -0500 |
commit | b9ede79ada766eec535e1230970bd885489d5990 (patch) | |
tree | 978446509479962465adcc5d3385284e86935adb /drivers/media/dvb/frontends/Kconfig | |
parent | ca3dfd6a6f8364c1d51e548adb4564702f1141e9 (diff) |
[media] add a driver for mb86a20s
This adds the trivial bits to mb86a20s. As the driver won't touch
at the channel/layer parameters, this may not be enough for
receiving all channels, especially ISDB-Tsb, but the driver worked
properly for receiving video channels on my tests.
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 00dbf1e488b..ef3e43a0319 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -512,6 +512,14 @@ config DVB_DIB8000 | |||
512 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. | 512 | A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator. |
513 | Say Y when you want to support this frontend. | 513 | Say Y when you want to support this frontend. |
514 | 514 | ||
515 | config DVB_MB86A20S | ||
516 | tristate "Fujitsu mb86a20s" | ||
517 | depends on DVB_CORE && I2C | ||
518 | default m if DVB_FE_CUSTOMISE | ||
519 | help | ||
520 | A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator. | ||
521 | Say Y when you want to support this frontend. | ||
522 | |||
515 | comment "Digital terrestrial only tuners/PLL" | 523 | comment "Digital terrestrial only tuners/PLL" |
516 | depends on DVB_CORE | 524 | depends on DVB_CORE |
517 | 525 | ||