diff options
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. |