diff options
author | Patrick Boettcher <devnull@localhost> | 2005-05-15 21:29:04 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-05-15 21:29:04 +0000 |
commit | 296d38d57b95ab75d2ab872fcd0f972fda99b8c5 (patch) | |
tree | bebf43afc6c8fe7590a368b309132ae959aed4c1 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 97f18941269f35788344415a5c423b3414f2051f (diff) | |
download | mediapointer-dvb-s2-296d38d57b95ab75d2ab872fcd0f972fda99b8c5.tar.gz mediapointer-dvb-s2-296d38d57b95ab75d2ab872fcd0f972fda99b8c5.tar.bz2 |
added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC QAM64/256) demodulator used
in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
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 75fb556ec..b4fddf513 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -173,4 +173,12 @@ config DVB_OR51132 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +config DVB_BCM3510 + tristate "Broadcom BCM3510" + depends on DVB_CORE + select FW_LOADER + help + An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to + support this frontend. + endmenu |