diff options
Diffstat (limited to 'drivers/media/common/tuners/Kconfig')
-rw-r--r-- | drivers/media/common/tuners/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig index 607d319ce8ed..409a4261e5b5 100644 --- a/drivers/media/common/tuners/Kconfig +++ b/drivers/media/common/tuners/Kconfig | |||
@@ -172,4 +172,11 @@ config MEDIA_TUNER_MC44S803 | |||
172 | help | 172 | help |
173 | Say Y here to support the Freescale MC44S803 based tuners | 173 | Say Y here to support the Freescale MC44S803 based tuners |
174 | 174 | ||
175 | config MEDIA_TUNER_MAX2165 | ||
176 | tristate "Maxim MAX2165 silicon tuner" | ||
177 | depends on VIDEO_MEDIA && I2C | ||
178 | default m if MEDIA_TUNER_CUSTOMISE | ||
179 | help | ||
180 | A driver for the silicon tuner MAX2165 from Maxim. | ||
181 | |||
175 | endif # MEDIA_TUNER_CUSTOMISE | 182 | endif # MEDIA_TUNER_CUSTOMISE |