diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-10-21 19:48:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:10 -0500 |
commit | 31c9584c0b071dfa7a75db6e21cc727f728f97b0 (patch) | |
tree | 50a0e0b7d342fe00d2505ec69f324551659b4172 /drivers/media/Kconfig | |
parent | 5c82f4497b46e9c3877618bc36661a4abbf9c646 (diff) |
V4L/DVB (6443): make tda9887 build selectable via Kconfig
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 |