diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 03:56:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:43 -0500 |
commit | 3e978a8284080d801d20cda377d9cf7c12fe68b9 (patch) | |
tree | 797536140340fc3c1b4e4968d0fdd44ddbbb2088 /drivers/media/dvb/frontends/Kconfig | |
parent | ad0ac434cb3b34640a4e81d7e80a1512c6e40253 (diff) |
V4L/DVB (13797): [Mantis/Hopper/TDA665x] Large overhaul,
* Initial go at VP-3028, VP-3030 devices.
* I2C communication improvements,
* Add TDA665x support
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index a3b8b697349b..7820ca084b15 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -587,6 +587,17 @@ config DVB_ATBM8830 | |||
587 | help | 587 | help |
588 | A DMB-TH tuner module. Say Y when you want to support this frontend. | 588 | A DMB-TH tuner module. Say Y when you want to support this frontend. |
589 | 589 | ||
590 | config DVB_TDA665x | ||
591 | tristate "TDA665x tuner" | ||
592 | depends on DVB_CORE && I2C | ||
593 | default m if DVB_FE_CUSTOMISE | ||
594 | help | ||
595 | Support for tuner modules based on Philips TDA6650/TDA6651 chips. | ||
596 | Say Y when you want to support this chip. | ||
597 | |||
598 | Currently supported tuners: | ||
599 | * Panasonic ENV57H12D5 (ET-50DT) | ||
600 | |||
590 | comment "Tools to develop new frontends" | 601 | comment "Tools to develop new frontends" |
591 | 602 | ||
592 | config DVB_DUMMY_FE | 603 | config DVB_DUMMY_FE |