diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 63 |
1 files changed, 13 insertions, 50 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index bbb989df4cf0..199b01188858 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -25,6 +25,16 @@ config VIDEO_BT848 | |||
25 | To compile this driver as a module, choose M here: the | 25 | To compile this driver as a module, choose M here: the |
26 | module will be called bttv. | 26 | module will be called bttv. |
27 | 27 | ||
28 | config VIDEO_BT848_DVB | ||
29 | tristate "DVB/ATSC Support for bt878 based TV cards" | ||
30 | depends on VIDEO_BT848 && DVB_CORE | ||
31 | select DVB_BT8XX | ||
32 | ---help--- | ||
33 | This adds support for DVB/ATSC cards based on the BT878 chip. | ||
34 | |||
35 | To compile this driver as a module, choose M here: the | ||
36 | module will be called dvb-bt8xx. | ||
37 | |||
28 | config VIDEO_SAA6588 | 38 | config VIDEO_SAA6588 |
29 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" | 39 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" |
30 | depends on VIDEO_DEV && I2C && VIDEO_BT848 | 40 | depends on VIDEO_DEV && I2C && VIDEO_BT848 |
@@ -243,29 +253,7 @@ config VIDEO_MEYE | |||
243 | To compile this driver as a module, choose M here: the | 253 | To compile this driver as a module, choose M here: the |
244 | module will be called meye. | 254 | module will be called meye. |
245 | 255 | ||
246 | config VIDEO_SAA7134 | 256 | source "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 | |||
260 | config 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 | 257 | ||
270 | config VIDEO_MXB | 258 | config VIDEO_MXB |
271 | tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" | 259 | tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" |
@@ -316,34 +304,9 @@ config VIDEO_HEXIUM_GEMINI | |||
316 | To compile this driver as a module, choose M here: the | 304 | To compile this driver as a module, choose M here: the |
317 | module will be called hexium_gemini. | 305 | module will be called hexium_gemini. |
318 | 306 | ||
319 | config VIDEO_CX88 | 307 | source "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 | 308 | ||
333 | To compile this driver as a module, choose M here: the | 309 | source "drivers/media/video/em28xx/Kconfig" |
334 | module will be called cx8800 | ||
335 | |||
336 | config 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 | 310 | ||
348 | config VIDEO_OVCAMCHIP | 311 | config VIDEO_OVCAMCHIP |
349 | tristate "OmniVision Camera Chip support" | 312 | tristate "OmniVision Camera Chip support" |