summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2004-12-16 15:45:53 +0000
committerJohannes Stezenbach <devnull@localhost>2004-12-16 15:45:53 +0000
commitf532502dd3d2afa7b89766672daa8a4339cf472d (patch)
tree14bc193a143aaddddcc0a3561f5d19abf126420d /linux/drivers/media/dvb/frontends/Kconfig
parent051f34a7cad9aaad3b040211f71ebdfbceae24ec (diff)
downloadmediapointer-dvb-s2-f532502dd3d2afa7b89766672daa8a4339cf472d.tar.gz
mediapointer-dvb-s2-f532502dd3d2afa7b89766672daa8a4339cf472d.tar.bz2
patch by Taylor Jacob to add support for ATSC/VSB frontends
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r--linux/drivers/media/dvb/frontends/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig
index 3324bdf53..01804ad4c 100644
--- a/linux/drivers/media/dvb/frontends/Kconfig
+++ b/linux/drivers/media/dvb/frontends/Kconfig
@@ -145,4 +145,13 @@ config DVB_STV0297
help
A DVB-C tuner module. Say Y when you want to support this frontend.
+comment "ATSC (North American/Korean Terresterial DTV) frontends"
+ depends on DVB_CORE
+
+config DVB_NXT2002
+ tristate "Nxt2002 based"
+ depends on DVB_CORE
+ help
+ An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
+
endmenu