summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-05-15 21:29:04 +0000
committerPatrick Boettcher <devnull@localhost>2005-05-15 21:29:04 +0000
commit296d38d57b95ab75d2ab872fcd0f972fda99b8c5 (patch)
treebebf43afc6c8fe7590a368b309132ae959aed4c1 /linux/drivers/media/dvb/frontends/Kconfig
parent97f18941269f35788344415a5c423b3414f2051f (diff)
downloadmediapointer-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/Kconfig8
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