diff options
author | David T.L. Wong <davidtlwong@gmail.com> | 2009-10-26 06:08:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:34 -0500 |
commit | ec27b6aafb1796a09aad401143f70ad079421ca4 (patch) | |
tree | 3393ec54fb8bed465e3fa550cf603aa7e15dda01 /drivers/media/dvb/frontends/Kconfig | |
parent | 95963cbcd0ee00026cc34ba84906ee4aa2029f4d (diff) |
V4L/DVB (13374): AltoBeam ATBM8830 GB20600-2006(DMB-TH) demodulator
Adds support for Maxim MAX2165 silicon tuner.
It was tested on Mygica X8558Pro, which has MAX2165, ATBM8830 and CX23885.
Signed-off-by: David T. L. Wong <davidtlwong@gmail.com>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 4f785f549d02..fdc7926cb2db 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -564,6 +564,13 @@ config DVB_LGS8GXX | |||
564 | help | 564 | help |
565 | A DMB-TH tuner module. Say Y when you want to support this frontend. | 565 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
566 | 566 | ||
567 | config DVB_ATBM8830 | ||
568 | tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator" | ||
569 | depends on DVB_CORE && I2C | ||
570 | default m if DVB_FE_CUSTOMISE | ||
571 | help | ||
572 | A DMB-TH tuner module. Say Y when you want to support this frontend. | ||
573 | |||
567 | comment "Tools to develop new frontends" | 574 | comment "Tools to develop new frontends" |
568 | 575 | ||
569 | config DVB_DUMMY_FE | 576 | config DVB_DUMMY_FE |