Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Multimedia device configuration |
| 3 | # |
| 4 | |
| 5 | menu "Multimedia devices" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 6 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
| 8 | config VIDEO_DEV |
| 9 | tristate "Video For Linux" |
| 10 | ---help--- |
| 11 | Support for audio/video capture and overlay devices and FM radio |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 12 | cards. The exact capabilities of each device vary. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
| 14 | This kernel includes support for the new Video for Linux Two API, |
| 15 | (V4L2) as well as the original system. Drivers and applications |
| 16 | need to be rewritten to use V4L2, but drivers for popular cards |
| 17 | and applications for most video capture functions already exist. |
| 18 | |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 19 | Additional info and docs are available on the web at |
| 20 | <http://linuxtv.org> |
| 21 | |
| 22 | Documentation for V4L2 is also available on the web at |
| 23 | <http://bytesex.org/v4l/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | |
| 25 | To compile this driver as a module, choose M here: the |
| 26 | module will be called videodev. |
| 27 | |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 28 | config VIDEO_V4L1 |
Mauro Carvalho Chehab | 741b5bb | 2006-05-28 15:45:54 -0300 | [diff] [blame] | 29 | bool "Enable Video For Linux API 1 (DEPRECATED)" |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 30 | depends on VIDEO_DEV |
| 31 | select VIDEO_V4L1_COMPAT |
| 32 | default y |
| 33 | ---help--- |
| 34 | Enables a compatibility API used by most V4L2 devices to allow |
| 35 | its usage with legacy applications that supports only V4L1 api. |
| 36 | |
| 37 | If you are unsure as to whether this is required, answer Y. |
| 38 | |
| 39 | config VIDEO_V4L1_COMPAT |
Mauro Carvalho Chehab | 741b5bb | 2006-05-28 15:45:54 -0300 | [diff] [blame] | 40 | bool "Enable Video For Linux API 1 compatible Layer" |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 41 | depends on VIDEO_DEV |
| 42 | default y |
| 43 | ---help--- |
| 44 | This api were developed to be used at Kernel 2.2 and 2.4, but |
| 45 | lacks support for several video standards. There are several |
| 46 | drivers at kernel that still depends on it. |
| 47 | |
| 48 | Documentation for the original API is included in the file |
| 49 | <Documentation/video4linux/API.html>. |
| 50 | |
| 51 | User tools for this are available from |
| 52 | <ftp://ftp.uk.linux.org/pub/linux/video4linux/>. |
| 53 | |
| 54 | If you are unsure as to whether this is required, answer Y. |
| 55 | |
| 56 | config VIDEO_V4L2 |
Mauro Carvalho Chehab | 8a90516 | 2006-09-10 12:01:19 -0300 | [diff] [blame] | 57 | bool |
Maciej W. Rozycki | a868b45 | 2006-10-03 16:01:17 -0300 | [diff] [blame] | 58 | depends on VIDEO_DEV |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 59 | default y |
| 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | source "drivers/media/video/Kconfig" |
| 62 | |
| 63 | source "drivers/media/radio/Kconfig" |
| 64 | |
| 65 | source "drivers/media/dvb/Kconfig" |
| 66 | |
| 67 | source "drivers/media/common/Kconfig" |
| 68 | |
| 69 | config VIDEO_TUNER |
| 70 | tristate |
Mauro Carvalho Chehab | 444dadc | 2006-11-21 11:32:12 -0300 | [diff] [blame] | 71 | depends on I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | |
| 73 | config VIDEO_BUF |
Andrew Morton | 7a9ca4a | 2007-02-06 21:51:14 -0300 | [diff] [blame] | 74 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | tristate |
| 76 | |
| 77 | config VIDEO_BUF_DVB |
| 78 | tristate |
| 79 | |
| 80 | config VIDEO_BTCX |
| 81 | tristate |
| 82 | |
Mauro Carvalho Chehab | ea63374 | 2007-06-25 15:42:01 -0300 | [diff] [blame^] | 83 | config VIDEO_IR_I2C |
| 84 | tristate |
| 85 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | config VIDEO_IR |
| 87 | tristate |
Mauro Carvalho Chehab | ea63374 | 2007-06-25 15:42:01 -0300 | [diff] [blame^] | 88 | select VIDEO_IR_I2C if I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | |
| 90 | config VIDEO_TVEEPROM |
| 91 | tristate |
Mauro Carvalho Chehab | 444dadc | 2006-11-21 11:32:12 -0300 | [diff] [blame] | 92 | depends on I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | |
Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 94 | config DAB |
| 95 | boolean "DAB adapters" |
| 96 | default y |
| 97 | ---help--- |
| 98 | Allow selecting support for for Digital Audio Broadcasting (DAB) |
| 99 | Receiver adapters. |
| 100 | |
| 101 | if DAB |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 102 | config USB_DABUSB |
Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 103 | tristate "DABUSB driver" |
| 104 | depends on USB |
| 105 | ---help--- |
| 106 | A Digital Audio Broadcasting (DAB) Receiver for USB and Linux |
| 107 | brought to you by the DAB-Team |
| 108 | <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken |
| 109 | as an example for URB-based bulk, control, and isochronous |
| 110 | transactions. URB's are explained in |
| 111 | <Documentation/usb/URB.txt>. |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 112 | |
Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 113 | To compile this driver as a module, choose M here: the |
| 114 | module will be called dabusb. |
Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 115 | endif # DAB |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | endmenu |