V4L/DVB (7019): V4L: add support for Syntek DC1125 webcams
[cascardo/linux.git] / drivers / media / Kconfig
index dfb5259..8f4a453 100644 (file)
@@ -75,6 +75,7 @@ config VIDEO_TUNER
        select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE
        select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE
        select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE
+       select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE
 
 menuconfig VIDEO_TUNER_CUSTOMIZE
        bool "Customize analog tuner modules to build"
@@ -105,8 +106,10 @@ config TUNER_MT20XX
          Say Y here to include support for the MT2032 / MT2050 tuner.
 
 config TUNER_TDA8290
-       tristate "TDA 8290+8275(a) tuner combo"
+       tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
        depends on I2C
+       select DVB_TDA827X
+       select DVB_TDA18271
        default m if VIDEO_TUNER_CUSTOMIZE
        help
          Say Y here to include support for Philips TDA8290+8275(a) tuner.
@@ -128,10 +131,19 @@ config TUNER_TEA5767
 config TUNER_SIMPLE
        tristate "Simple tuner support"
        depends on I2C
+       select TUNER_TDA9887
        default m if VIDEO_TUNER_CUSTOMIZE
        help
          Say Y here to include support for various simple tuners.
 
+config TUNER_TDA9887
+       tristate "TDA 9885/6/7 analog IF demodulator"
+       depends on I2C
+       default m if VIDEO_TUNER_CUSTOMIZE
+       help
+         Say Y here to include support for Philips TDA9885/6/7
+         analog IF demodulator.
+
 endif # VIDEO_TUNER_CUSTOMIZE
 
 config VIDEOBUF_GEN