diff options
author | Hartmut Birr <e9hack@googlemail.com> | 2007-04-21 18:37:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:45:47 -0400 |
commit | aa323ac89c5724de89656fcf31590d19e74594ec (patch) | |
tree | a556247ba3e2d78e14e974105d6a34fc094849e5 /drivers/media/dvb/frontends/Kconfig | |
parent | fd9c66e269a44bd3c6c615957c79b21f3dde69af (diff) |
V4L/DVB (5543): Tda10023: Add support for frontend TDA10023
Add support for the frontend TDA10023 and add cards that need the
tda10023.
Signed-off-by: Hartmut Birr <e9hack@googlemail.com>
Signed-off-by: Georg Acher <acher@in.tum.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 10c4e7bdde78..ff448761dcef 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -205,6 +205,13 @@ config DVB_TDA10021 | |||
205 | help | 205 | help |
206 | A DVB-C tuner module. Say Y when you want to support this frontend. | 206 | A DVB-C tuner module. Say Y when you want to support this frontend. |
207 | 207 | ||
208 | config DVB_TDA10023 | ||
209 | tristate "Philips TDA10023 based" | ||
210 | depends on DVB_CORE && I2C | ||
211 | default m if DVB_FE_CUSTOMISE | ||
212 | help | ||
213 | A DVB-C tuner module. Say Y when you want to support this frontend. | ||
214 | |||
208 | config DVB_STV0297 | 215 | config DVB_STV0297 |
209 | tristate "ST STV0297 based" | 216 | tristate "ST STV0297 based" |
210 | depends on DVB_CORE && I2C | 217 | depends on DVB_CORE && I2C |