diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 7697391ca86c..96b93e21a84b 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -43,6 +43,20 @@ config DVB_S5H1420 | |||
43 | help | 43 | help |
44 | A DVB-S tuner module. Say Y when you want to support this frontend. | 44 | A DVB-S tuner module. Say Y when you want to support this frontend. |
45 | 45 | ||
46 | config DVB_STV0288 | ||
47 | tristate "ST STV0288 based" | ||
48 | depends on DVB_CORE && I2C | ||
49 | default m if DVB_FE_CUSTOMISE | ||
50 | help | ||
51 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
52 | |||
53 | config DVB_STB6000 | ||
54 | tristate "ST STB6000 silicon tuner" | ||
55 | depends on DVB_CORE && I2C | ||
56 | default m if DVB_FE_CUSTOMISE | ||
57 | help | ||
58 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
59 | |||
46 | config DVB_STV0299 | 60 | config DVB_STV0299 |
47 | tristate "ST STV0299 based" | 61 | tristate "ST STV0299 based" |
48 | depends on DVB_CORE && I2C | 62 | depends on DVB_CORE && I2C |