diff options
author | Olli Salonen <olli.salonen@iki.fi> | 2017-11-23 09:24:45 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-13 14:12:47 +0100 |
commit | 148abd3b5b146021a637d36ac5c0ee91cd4ad520 (patch) | |
tree | a529d8d53df714953cdcd71b0d221925eaff2258 /drivers/media/tuners/Kconfig | |
parent | media: dvb-frontends/stv0367: remove redundant self assignment of temporary (diff) | |
download | linux-148abd3b5b146021a637d36ac5c0ee91cd4ad520.tar.xz linux-148abd3b5b146021a637d36ac5c0ee91cd4ad520.zip |
media: tda18250: support for new silicon tuner
NXP TDA18250 silicon tuner driver.
Version 4 includes some checkpatch fixes.
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/tuners/Kconfig')
-rw-r--r-- | drivers/media/tuners/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/tuners/Kconfig b/drivers/media/tuners/Kconfig index 05998f0254c6..6687514df97f 100644 --- a/drivers/media/tuners/Kconfig +++ b/drivers/media/tuners/Kconfig @@ -26,6 +26,13 @@ config MEDIA_TUNER_SIMPLE help Say Y here to include support for various simple tuners. +config MEDIA_TUNER_TDA18250 + tristate "NXP TDA18250 silicon tuner" + depends on MEDIA_SUPPORT && I2C + default m if !MEDIA_SUBDRV_AUTOSELECT + help + Say Y here to include support for TDA18250 tuner. + config MEDIA_TUNER_TDA8290 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" depends on MEDIA_SUPPORT && I2C |