aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-10-08 18:51:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:18 -0200
commit6199ceef8bd28b79e0792423ca79cce8b224cd50 (patch)
tree8bdea65f1e27e84825de2edc919d057a5687c84b /drivers/media/dvb/frontends/Kconfig
parentV4L/DVB (9417): DVB_ATTACH for STB0899, STB6100, TDA8261 (diff)
downloadlinux-dev-6199ceef8bd28b79e0792423ca79cce8b224cd50.tar.xz
linux-dev-6199ceef8bd28b79e0792423ca79cce8b224cd50.zip
V4L/DVB (9418): DVB_ATTACH for STB0899, STB6100, TDA8261
Signed-off-by: Manu Abraham <manu@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/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 941bc8febee7..2470d88e901a 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -17,14 +17,16 @@ comment "Multistandard (satellite) frontends"
config DVB_STB0899
tristate "STB0899 based"
- depends on DVB_CORE
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
help
A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
to support this demodulator based frontends
config DVB_STB6100
tristate "STB6100 based tuners"
- depends on DVB_CORE
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
help
A Silicon tuner from ST used in conjunction with the STB0899
demodulator. Say Y when you want to support this tuner.