diff options
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index d363d0cae38b..e52229380984 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -105,9 +105,10 @@ config TUNER_MT20XX | |||
105 | Say Y here to include support for the MT2032 / MT2050 tuner. | 105 | Say Y here to include support for the MT2032 / MT2050 tuner. |
106 | 106 | ||
107 | config TUNER_TDA8290 | 107 | config TUNER_TDA8290 |
108 | tristate "TDA 8290+8275(a) tuner combo" | 108 | tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" |
109 | depends on I2C | 109 | depends on I2C |
110 | select DVB_TDA827X | 110 | select DVB_TDA827X |
111 | select DVB_TDA18271 | ||
111 | default m if VIDEO_TUNER_CUSTOMIZE | 112 | default m if VIDEO_TUNER_CUSTOMIZE |
112 | help | 113 | help |
113 | Say Y here to include support for Philips TDA8290+8275(a) tuner. | 114 | Say Y here to include support for Philips TDA8290+8275(a) tuner. |