diff options
author | Manu Abraham <manu@linuxtv.org> | 2007-07-03 16:53:42 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2007-07-03 16:53:42 +0400 |
commit | d205495d429b57aa51b8a7bb4ac92616dd8112a8 (patch) | |
tree | c14a8e556dfe50efacf1846294770e0aa1fdcde6 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 078cab821ad997ef9274e4445cb7f06ba2bdb69d (diff) | |
download | mediapointer-dvb-s2-d205495d429b57aa51b8a7bb4ac92616dd8112a8.tar.gz mediapointer-dvb-s2-d205495d429b57aa51b8a7bb4ac92616dd8112a8.tar.bz2 |
Add STB0899 to build
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 96b93e21a..fc958a393 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -12,6 +12,16 @@ config DVB_FE_CUSTOMISE If unsure say N. +comment "Multistandard (satellite) frontends" + depends on DVB_CORE + +config DVB_STB0899 + tristate "STB0899 based" + depends on DVB_CORE + help + A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want + to support this demodulator based frontends + comment "DVB-S (satellite) frontends" depends on DVB_CORE |