aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-09-04 00:14:43 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:03 -0400
commit0d46748c3f874defbbbf98bcf40c7b18964abbc0 (patch)
treec1ea0786742508d2a95c0671040149143e4b10d0 /drivers/media/dvb/frontends/Kconfig
parent6b73eeafbc856c0cef7166242f0e55403407f355 (diff)
V4L/DVB (8986): cx24116: Adding DVB-S2 demodulator support
Adds support for the COnexant cx24116 DVB-S2 demodulator. TODO: checkpatch cleanup. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 097d9f00144..d2f31da26cb 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -92,6 +92,13 @@ config DVB_TUA6100
92 help 92 help
93 A DVB-S PLL chip. 93 A DVB-S PLL chip.
94 94
95config DVB_CX24116
96 tristate "Conexant CX24116 based"
97 depends on DVB_CORE && I2C
98 default m if DVB_FE_CUSTOMISE
99 help
100 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
101
95comment "DVB-T (terrestrial) frontends" 102comment "DVB-T (terrestrial) frontends"
96 depends on DVB_CORE 103 depends on DVB_CORE
97 104