diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-04 00:14:43 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-04 00:14:43 -0400 |
commit | 1b4e42f1ff264543858da24972931c7a4d995586 (patch) | |
tree | 634d86540983cf0fa18dd5ae5867476b165eacfa /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 3e2e701101286a530e336810f8ac8a2c546ed80e (diff) | |
download | mediapointer-dvb-s2-1b4e42f1ff264543858da24972931c7a4d995586.tar.gz mediapointer-dvb-s2-1b4e42f1ff264543858da24972931c7a4d995586.tar.bz2 |
cx24116: Adding DVB-S2 demodulator support
From: Steven Toth <stoth@linuxtv.org>
Adds support for the COnexant cx24116 DVB-S2 demodulator.
TODO: checkpatch cleanup.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 774f5c2a7..5398641a9 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -92,6 +92,13 @@ config DVB_TUA6100 help A DVB-S PLL chip. +config DVB_CX24116 + tristate "Conexant CX24116 based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A DVB-S/S2 tuner module. Say Y when you want to support this frontend. + comment "DVB-T (terrestrial) frontends" depends on DVB_CORE |