diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-23 14:43:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:07 -0400 |
commit | e4aab64cb78a42e45e1d387f272712e06cf89a66 (patch) | |
tree | 71085956cf8364b5a49723c9812cd18a54bbb792 /drivers/media/dvb/frontends/Kconfig | |
parent | 8316568930074723bdc47d6777f822be0422a5b7 (diff) |
V4L/DVB (9026): Add support for ST STV0288 demodulator and cards with it.
Add support for ST STV0288 demodulator and cards with it,
such as TeVii S420.
Patch is co-authored with Georg Acher <acher@baycom.de>
Signed-off-by: Georg Acher <acher@baycom.de>
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
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 | 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 |