aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@m1k.net>2005-11-09 00:38:12 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:24 -0500
commitd5f69daf91edda79e97fbb702e6a15cdf3e496a1 (patch)
tree96c30422f95f9a1cd1e4bea9b401308cfa55ccde
parentb228ede44c1cded7f3dadbb8bfaeaec97f7885e8 (diff)
[PATCH] v4l: 854: move cx88 and saa7134 configuration
- Move cx88 and saa7134 configuration out of drivers/media/video/Kconfig and instead, use new Kconfig files in each respective directory. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/media/video/Kconfig53
1 files changed, 2 insertions, 51 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index bbb989df4cf0..882791b14ef8 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -243,29 +243,7 @@ config VIDEO_MEYE
243 To compile this driver as a module, choose M here: the 243 To compile this driver as a module, choose M here: the
244 module will be called meye. 244 module will be called meye.
245 245
246config VIDEO_SAA7134 246source "drivers/media/video/saa7134/Kconfig"
247 tristate "Philips SAA7134 support"
248 depends on VIDEO_DEV && PCI && I2C && SOUND
249 select VIDEO_BUF
250 select VIDEO_IR
251 select VIDEO_TUNER
252 select CRC32
253 ---help---
254 This is a video4linux driver for Philips SAA7130/7134 based
255 TV cards.
256
257 To compile this driver as a module, choose M here: the
258 module will be called saa7134.
259
260config VIDEO_SAA7134_DVB
261 tristate "DVB Support for saa7134 based TV cards"
262 depends on VIDEO_SAA7134 && DVB_CORE
263 select VIDEO_BUF_DVB
264 select DVB_MT352
265 select DVB_TDA1004X
266 ---help---
267 This adds support for DVB cards based on the
268 Philips saa7134 chip.
269 247
270config VIDEO_MXB 248config VIDEO_MXB
271 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" 249 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
@@ -316,34 +294,7 @@ config VIDEO_HEXIUM_GEMINI
316 To compile this driver as a module, choose M here: the 294 To compile this driver as a module, choose M here: the
317 module will be called hexium_gemini. 295 module will be called hexium_gemini.
318 296
319config VIDEO_CX88 297source "drivers/media/video/cx88/Kconfig"
320 tristate "Conexant 2388x (bt878 successor) support"
321 depends on VIDEO_DEV && PCI && I2C && EXPERIMENTAL
322 select I2C_ALGOBIT
323 select FW_LOADER
324 select VIDEO_BTCX
325 select VIDEO_BUF
326 select VIDEO_TUNER
327 select VIDEO_TVEEPROM
328 select VIDEO_IR
329 ---help---
330 This is a video4linux driver for Conexant 2388x based
331 TV cards.
332
333 To compile this driver as a module, choose M here: the
334 module will be called cx8800
335
336config VIDEO_CX88_DVB
337 tristate "DVB Support for cx2388x based TV cards"
338 depends on VIDEO_CX88 && DVB_CORE
339 select VIDEO_BUF_DVB
340 select DVB_MT352
341 select DVB_OR51132
342 select DVB_CX22702
343 select DVB_LGDT330X
344 ---help---
345 This adds support for DVB/ATSC cards based on the
346 Connexant 2388x chip.
347 298
348config VIDEO_OVCAMCHIP 299config VIDEO_OVCAMCHIP
349 tristate "OmniVision Camera Chip support" 300 tristate "OmniVision Camera Chip support"