diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-10-08 17:51:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:18 -0500 |
commit | 6199ceef8bd28b79e0792423ca79cce8b224cd50 (patch) | |
tree | 8bdea65f1e27e84825de2edc919d057a5687c84b /drivers/media/dvb/frontends/Kconfig | |
parent | ae9902da96b4d2d82707706c7fbc93a8e501dde8 (diff) |
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/Kconfig | 6 |
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" | |||
17 | 17 | ||
18 | config DVB_STB0899 | 18 | config DVB_STB0899 |
19 | tristate "STB0899 based" | 19 | tristate "STB0899 based" |
20 | depends on DVB_CORE | 20 | depends on DVB_CORE && I2C |
21 | default m if DVB_FE_CUSTOMISE | ||
21 | help | 22 | help |
22 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want | 23 | A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want |
23 | to support this demodulator based frontends | 24 | to support this demodulator based frontends |
24 | 25 | ||
25 | config DVB_STB6100 | 26 | config DVB_STB6100 |
26 | tristate "STB6100 based tuners" | 27 | tristate "STB6100 based tuners" |
27 | depends on DVB_CORE | 28 | depends on DVB_CORE && I2C |
29 | default m if DVB_FE_CUSTOMISE | ||
28 | help | 30 | help |
29 | A Silicon tuner from ST used in conjunction with the STB0899 | 31 | A Silicon tuner from ST used in conjunction with the STB0899 |
30 | demodulator. Say Y when you want to support this tuner. | 32 | demodulator. Say Y when you want to support this tuner. |