diff options
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index e52229380984..8f4a45346de7 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -75,6 +75,7 @@ config VIDEO_TUNER | |||
75 | select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE | 75 | select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE |
76 | select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE | 76 | select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE |
77 | select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE | 77 | select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE |
78 | select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE | ||
78 | 79 | ||
79 | menuconfig VIDEO_TUNER_CUSTOMIZE | 80 | menuconfig VIDEO_TUNER_CUSTOMIZE |
80 | bool "Customize analog tuner modules to build" | 81 | bool "Customize analog tuner modules to build" |
@@ -130,10 +131,19 @@ config TUNER_TEA5767 | |||
130 | config TUNER_SIMPLE | 131 | config TUNER_SIMPLE |
131 | tristate "Simple tuner support" | 132 | tristate "Simple tuner support" |
132 | depends on I2C | 133 | depends on I2C |
134 | select TUNER_TDA9887 | ||
133 | default m if VIDEO_TUNER_CUSTOMIZE | 135 | default m if VIDEO_TUNER_CUSTOMIZE |
134 | help | 136 | help |
135 | Say Y here to include support for various simple tuners. | 137 | Say Y here to include support for various simple tuners. |
136 | 138 | ||
139 | config TUNER_TDA9887 | ||
140 | tristate "TDA 9885/6/7 analog IF demodulator" | ||
141 | depends on I2C | ||
142 | default m if VIDEO_TUNER_CUSTOMIZE | ||
143 | help | ||
144 | Say Y here to include support for Philips TDA9885/6/7 | ||
145 | analog IF demodulator. | ||
146 | |||
137 | endif # VIDEO_TUNER_CUSTOMIZE | 147 | endif # VIDEO_TUNER_CUSTOMIZE |
138 | 148 | ||
139 | config VIDEOBUF_GEN | 149 | config VIDEOBUF_GEN |