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 | a925447 | 2008-01-29 18:32:35 -0300 | [diff] [blame] | 28 | config VIDEO_V4L2_COMMON |
| 29 | tristate |
| 30 | depends on (I2C || I2C=n) && VIDEO_DEV |
| 31 | default (I2C || I2C=n) && VIDEO_DEV |
| 32 | |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 33 | config VIDEO_V4L1 |
Mauro Carvalho Chehab | 741b5bb | 2006-05-28 15:45:54 -0300 | [diff] [blame] | 34 | bool "Enable Video For Linux API 1 (DEPRECATED)" |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 35 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON |
| 36 | default VIDEO_DEV && VIDEO_V4L2_COMMON |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 37 | select VIDEO_V4L1_COMPAT |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 38 | ---help--- |
| 39 | Enables a compatibility API used by most V4L2 devices to allow |
| 40 | its usage with legacy applications that supports only V4L1 api. |
| 41 | |
| 42 | If you are unsure as to whether this is required, answer Y. |
| 43 | |
| 44 | config VIDEO_V4L1_COMPAT |
Mauro Carvalho Chehab | 741b5bb | 2006-05-28 15:45:54 -0300 | [diff] [blame] | 45 | bool "Enable Video For Linux API 1 compatible Layer" |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 46 | depends on VIDEO_DEV |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 47 | default VIDEO_DEV |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 48 | ---help--- |
| 49 | This api were developed to be used at Kernel 2.2 and 2.4, but |
| 50 | lacks support for several video standards. There are several |
| 51 | drivers at kernel that still depends on it. |
| 52 | |
| 53 | Documentation for the original API is included in the file |
| 54 | <Documentation/video4linux/API.html>. |
| 55 | |
| 56 | User tools for this are available from |
| 57 | <ftp://ftp.uk.linux.org/pub/linux/video4linux/>. |
| 58 | |
| 59 | If you are unsure as to whether this is required, answer Y. |
| 60 | |
| 61 | config VIDEO_V4L2 |
Mauro Carvalho Chehab | 8a90516 | 2006-09-10 12:01:19 -0300 | [diff] [blame] | 62 | bool |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 63 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON |
| 64 | default VIDEO_DEV && VIDEO_V4L2_COMMON |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 65 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | source "drivers/media/video/Kconfig" |
| 67 | |
| 68 | source "drivers/media/radio/Kconfig" |
| 69 | |
| 70 | source "drivers/media/dvb/Kconfig" |
| 71 | |
| 72 | source "drivers/media/common/Kconfig" |
| 73 | |
| 74 | config VIDEO_TUNER |
| 75 | tristate |
Mauro Carvalho Chehab | 444dadc | 2006-11-21 11:32:12 -0300 | [diff] [blame] | 76 | depends on I2C |
Mauro Carvalho Chehab | 215b95b | 2007-10-23 15:24:06 -0300 | [diff] [blame] | 77 | select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 78 | select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE |
| 79 | select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE |
| 80 | select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE |
| 81 | select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE |
| 82 | select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE |
Michael Krufky | 31c9584 | 2007-10-21 20:48:48 -0300 | [diff] [blame] | 83 | select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 84 | |
| 85 | menuconfig VIDEO_TUNER_CUSTOMIZE |
| 86 | bool "Customize analog tuner modules to build" |
| 87 | depends on VIDEO_TUNER |
| 88 | help |
| 89 | This allows the user to deselect tuner drivers unnecessary |
| 90 | for their hardware from the build. Use this option with care |
| 91 | as deselecting tuner drivers which are in fact necessary will |
| 92 | result in V4L devices which cannot be tuned due to lack of |
| 93 | driver support |
| 94 | |
| 95 | If unsure say N. |
| 96 | |
| 97 | if VIDEO_TUNER_CUSTOMIZE |
| 98 | |
Mauro Carvalho Chehab | 215b95b | 2007-10-23 15:24:06 -0300 | [diff] [blame] | 99 | config TUNER_XC2028 |
| 100 | tristate "XCeive xc2028/xc3028 tuners" |
Paul Mundt | ea35e3a | 2008-02-14 07:24:22 -0300 | [diff] [blame] | 101 | depends on I2C && FW_LOADER |
Mauro Carvalho Chehab | 215b95b | 2007-10-23 15:24:06 -0300 | [diff] [blame] | 102 | default m if VIDEO_TUNER_CUSTOMIZE |
| 103 | help |
| 104 | Say Y here to include support for the xc2028/xc3028 tuners. |
| 105 | |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 106 | config TUNER_MT20XX |
| 107 | tristate "Microtune 2032 / 2050 tuners" |
| 108 | depends on I2C |
| 109 | default m if VIDEO_TUNER_CUSTOMIZE |
| 110 | help |
| 111 | Say Y here to include support for the MT2032 / MT2050 tuner. |
| 112 | |
| 113 | config TUNER_TDA8290 |
Michael Krufky | 5bea1cd | 2007-10-22 09:56:38 -0300 | [diff] [blame] | 114 | tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 115 | depends on I2C |
Michael Krufky | 746d9732 | 2007-08-25 19:08:45 -0300 | [diff] [blame] | 116 | select DVB_TDA827X |
Michael Krufky | 5bea1cd | 2007-10-22 09:56:38 -0300 | [diff] [blame] | 117 | select DVB_TDA18271 |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 118 | default m if VIDEO_TUNER_CUSTOMIZE |
| 119 | help |
| 120 | Say Y here to include support for Philips TDA8290+8275(a) tuner. |
| 121 | |
| 122 | config TUNER_TEA5761 |
| 123 | tristate "TEA 5761 radio tuner (EXPERIMENTAL)" |
| 124 | depends on I2C && EXPERIMENTAL |
| 125 | default m if VIDEO_TUNER_CUSTOMIZE |
| 126 | help |
| 127 | Say Y here to include support for the Philips TEA5761 radio tuner. |
| 128 | |
| 129 | config TUNER_TEA5767 |
| 130 | tristate "TEA 5767 radio tuner" |
| 131 | depends on I2C |
| 132 | default m if VIDEO_TUNER_CUSTOMIZE |
| 133 | help |
| 134 | Say Y here to include support for the Philips TEA5767 radio tuner. |
| 135 | |
| 136 | config TUNER_SIMPLE |
| 137 | tristate "Simple tuner support" |
| 138 | depends on I2C |
Michael Krufky | 31c9584 | 2007-10-21 20:48:48 -0300 | [diff] [blame] | 139 | select TUNER_TDA9887 |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 140 | default m if VIDEO_TUNER_CUSTOMIZE |
| 141 | help |
| 142 | Say Y here to include support for various simple tuners. |
| 143 | |
Michael Krufky | 31c9584 | 2007-10-21 20:48:48 -0300 | [diff] [blame] | 144 | config TUNER_TDA9887 |
| 145 | tristate "TDA 9885/6/7 analog IF demodulator" |
| 146 | depends on I2C |
| 147 | default m if VIDEO_TUNER_CUSTOMIZE |
| 148 | help |
| 149 | Say Y here to include support for Philips TDA9885/6/7 |
| 150 | analog IF demodulator. |
| 151 | |
Michael Krufky | ca805d5 | 2007-08-27 21:59:35 -0300 | [diff] [blame] | 152 | endif # VIDEO_TUNER_CUSTOMIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | |
Mauro Carvalho Chehab | c1accaa | 2007-08-23 16:37:49 -0300 | [diff] [blame] | 154 | config VIDEOBUF_GEN |
| 155 | tristate |
| 156 | |
| 157 | config VIDEOBUF_DMA_SG |
Andrew Morton | 7a9ca4a | 2007-02-06 21:51:14 -0300 | [diff] [blame] | 158 | depends on PCI |
Mauro Carvalho Chehab | c1accaa | 2007-08-23 16:37:49 -0300 | [diff] [blame] | 159 | select VIDEOBUF_GEN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 | tristate |
| 161 | |
Mauro Carvalho Chehab | 87b9ad0 | 2007-08-02 23:31:33 -0300 | [diff] [blame] | 162 | config VIDEOBUF_VMALLOC |
| 163 | select VIDEOBUF_GEN |
| 164 | tristate |
| 165 | |
Mauro Carvalho Chehab | 28318c7 | 2007-10-02 11:16:16 -0300 | [diff] [blame] | 166 | config VIDEOBUF_DVB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | tristate |
Trent Piepho | 102abd8 | 2007-10-08 18:34:11 -0300 | [diff] [blame] | 168 | select VIDEOBUF_GEN |
| 169 | select VIDEOBUF_DMA_SG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | |
| 171 | config VIDEO_BTCX |
| 172 | tristate |
| 173 | |
Mauro Carvalho Chehab | ea63374 | 2007-06-25 15:42:01 -0300 | [diff] [blame] | 174 | config VIDEO_IR_I2C |
| 175 | tristate |
| 176 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | config VIDEO_IR |
| 178 | tristate |
Randy Dunlap | 5efeb97 | 2007-10-29 15:19:50 -0300 | [diff] [blame] | 179 | depends on INPUT |
Mauro Carvalho Chehab | ea63374 | 2007-06-25 15:42:01 -0300 | [diff] [blame] | 180 | select VIDEO_IR_I2C if I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 181 | |
| 182 | config VIDEO_TVEEPROM |
| 183 | tristate |
Mauro Carvalho Chehab | 444dadc | 2006-11-21 11:32:12 -0300 | [diff] [blame] | 184 | depends on I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | |
Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 186 | config DAB |
| 187 | boolean "DAB adapters" |
Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 188 | ---help--- |
| 189 | Allow selecting support for for Digital Audio Broadcasting (DAB) |
| 190 | Receiver adapters. |
| 191 | |
| 192 | if DAB |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 193 | config USB_DABUSB |
Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 194 | tristate "DABUSB driver" |
| 195 | depends on USB |
| 196 | ---help--- |
| 197 | A Digital Audio Broadcasting (DAB) Receiver for USB and Linux |
| 198 | brought to you by the DAB-Team |
| 199 | <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken |
| 200 | as an example for URB-based bulk, control, and isochronous |
| 201 | transactions. URB's are explained in |
| 202 | <Documentation/usb/URB.txt>. |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 203 | |
Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 204 | To compile this driver as a module, choose M here: the |
| 205 | module will be called dabusb. |
Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 206 | endif # DAB |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 207 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | endmenu |