| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Multimedia device configuration | 
 | 3 | # | 
 | 4 |  | 
| Randy Dunlap | ab482a6 | 2009-05-18 22:00:34 -0300 | [diff] [blame] | 5 | menuconfig MEDIA_SUPPORT | 
 | 6 | 	tristate "Multimedia support" | 
| Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 7 | 	depends on HAS_IOMEM | 
| Randy Dunlap | ab482a6 | 2009-05-18 22:00:34 -0300 | [diff] [blame] | 8 | 	help | 
 | 9 | 	  If you want to use Video for Linux, DVB for Linux, or DAB adapters, | 
 | 10 | 	  enable this option and other options below. | 
 | 11 |  | 
 | 12 | if MEDIA_SUPPORT | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 |  | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 14 | comment "Multimedia core support" | 
 | 15 |  | 
 | 16 | # | 
 | 17 | # V4L core and enabled API's | 
 | 18 | # | 
 | 19 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config VIDEO_DEV | 
 | 21 | 	tristate "Video For Linux" | 
 | 22 | 	---help--- | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 23 | 	  V4L core support for video capture and overlay devices, webcams and | 
 | 24 | 	  AM/FM radio cards. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 |  | 
 | 26 | 	  This kernel includes support for the new Video for Linux Two API, | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 27 | 	  (V4L2). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 |  | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 29 | 	  Additional info and docs are available on the web at | 
 | 30 | 	  <http://linuxtv.org> | 
 | 31 |  | 
 | 32 | 	  Documentation for V4L2 is also available on the web at | 
 | 33 | 	  <http://bytesex.org/v4l/>. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 |  | 
 | 35 | 	  To compile this driver as a module, choose M here: the | 
 | 36 | 	  module will be called videodev. | 
 | 37 |  | 
| Mauro Carvalho Chehab | a925447 | 2008-01-29 18:32:35 -0300 | [diff] [blame] | 38 | config VIDEO_V4L2_COMMON | 
 | 39 | 	tristate | 
 | 40 | 	depends on (I2C || I2C=n) && VIDEO_DEV | 
 | 41 | 	default (I2C || I2C=n) && VIDEO_DEV | 
 | 42 |  | 
| Mauro Carvalho Chehab | 17de9a4 | 2008-04-15 18:11:50 -0300 | [diff] [blame] | 43 | config VIDEO_ALLOW_V4L1 | 
| Mauro Carvalho Chehab | 741b5bb | 2006-05-28 15:45:54 -0300 | [diff] [blame] | 44 | 	bool "Enable Video For Linux API 1 (DEPRECATED)" | 
| Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 45 | 	depends on VIDEO_DEV && VIDEO_V4L2_COMMON | 
 | 46 | 	default VIDEO_DEV && VIDEO_V4L2_COMMON | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 47 | 	---help--- | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 48 | 	  Enables drivers based on the legacy V4L1 API. | 
 | 49 |  | 
 | 50 | 	  This api were developed to be used at Kernel 2.2 and 2.4, but | 
 | 51 | 	  lacks support for several video standards. There are several | 
 | 52 | 	  drivers at kernel that still depends on it. | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 53 |  | 
 | 54 | 	  If you are unsure as to whether this is required, answer Y. | 
 | 55 |  | 
 | 56 | config VIDEO_V4L1_COMPAT | 
| Mauro Carvalho Chehab | d421648 | 2008-07-17 22:25:53 -0300 | [diff] [blame] | 57 | 	bool "Enable Video For Linux API 1 compatible Layer" if !VIDEO_ALLOW_V4L1 | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 58 | 	depends on VIDEO_DEV | 
| Mauro Carvalho Chehab | d421648 | 2008-07-17 22:25:53 -0300 | [diff] [blame] | 59 | 	default y | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 60 | 	---help--- | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 61 | 	  Enables a compatibility API used by most V4L2 devices to allow | 
 | 62 | 	  its usage with legacy applications that supports only V4L1 api. | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 63 |  | 
 | 64 | 	  Documentation for the original API is included in the file | 
 | 65 | 	  <Documentation/video4linux/API.html>. | 
 | 66 |  | 
 | 67 | 	  User tools for this are available from | 
 | 68 | 	  <ftp://ftp.uk.linux.org/pub/linux/video4linux/>. | 
 | 69 |  | 
 | 70 | 	  If you are unsure as to whether this is required, answer Y. | 
 | 71 |  | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 72 | # | 
 | 73 | # DVB Core | 
 | 74 | # | 
| Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 75 |  | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 76 | config DVB_CORE | 
 | 77 | 	tristate "DVB for Linux" | 
 | 78 | 	depends on NET && INET | 
 | 79 | 	select CRC32 | 
 | 80 | 	help | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 81 | 	  DVB core utility functions for device handling, software fallbacks etc. | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 82 |  | 
 | 83 | 	  Enable this if you own a DVB/ATSC adapter and want to use it or if | 
 | 84 | 	  you compile Linux for a digital SetTopBox. | 
 | 85 |  | 
 | 86 | 	  Say Y when you have a DVB or an ATSC card and want to use it. | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 87 |  | 
 | 88 | 	  API specs and user tools are available from <http://www.linuxtv.org/>. | 
 | 89 |  | 
| Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 90 | 	  Please report problems regarding this support to the LinuxDVB | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 91 | 	  mailing list. | 
 | 92 |  | 
 | 93 | 	  If unsure say N. | 
 | 94 |  | 
 | 95 | config VIDEO_MEDIA | 
| Mauro Carvalho Chehab | 17de9a4 | 2008-04-15 18:11:50 -0300 | [diff] [blame] | 96 | 	tristate | 
| Mauro Carvalho Chehab | 039d400 | 2008-05-14 04:36:22 -0300 | [diff] [blame] | 97 | 	default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV) | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 98 |  | 
 | 99 | comment "Multimedia drivers" | 
 | 100 |  | 
 | 101 | source "drivers/media/common/Kconfig" | 
 | 102 |  | 
 | 103 | # | 
 | 104 | # Tuner drivers for DVB and V4L | 
 | 105 | # | 
 | 106 |  | 
 | 107 | source "drivers/media/common/tuners/Kconfig" | 
 | 108 |  | 
 | 109 | # | 
 | 110 | # Video/Radio/Hybrid adapters | 
 | 111 | # | 
| Mauro Carvalho Chehab | 17de9a4 | 2008-04-15 18:11:50 -0300 | [diff] [blame] | 112 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | source "drivers/media/video/Kconfig" | 
 | 114 |  | 
 | 115 | source "drivers/media/radio/Kconfig" | 
 | 116 |  | 
| Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 117 | # | 
 | 118 | # DVB adapters | 
 | 119 | # | 
 | 120 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | source "drivers/media/dvb/Kconfig" | 
 | 122 |  | 
| Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 123 | config DAB | 
 | 124 | 	boolean "DAB adapters" | 
| Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 125 | 	---help--- | 
| Márton Németh | b7763f9 | 2009-02-01 19:31:54 -0300 | [diff] [blame] | 126 | 	  Allow selecting support for Digital Audio Broadcasting (DAB) | 
| Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 127 | 	  Receiver adapters. | 
 | 128 |  | 
 | 129 | if DAB | 
| Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 130 | config USB_DABUSB | 
| Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 131 | 	tristate "DABUSB driver" | 
 | 132 | 	depends on USB | 
 | 133 | 	---help--- | 
 | 134 | 	  A Digital Audio Broadcasting (DAB) Receiver for USB and Linux | 
 | 135 | 	  brought to you by the DAB-Team | 
 | 136 | 	  <http://wwwbode.cs.tum.edu/Par/arch/dab/>.  This driver can be taken | 
 | 137 | 	  as an example for URB-based bulk, control, and isochronous | 
 | 138 | 	  transactions. URB's are explained in | 
 | 139 | 	  <Documentation/usb/URB.txt>. | 
| Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 140 |  | 
| Mauro Carvalho Chehab | 8dbc5ec | 2006-03-26 08:54:09 -0300 | [diff] [blame] | 141 | 	  To compile this driver as a module, choose M here: the | 
 | 142 | 	  module will be called dabusb. | 
| Mauro Carvalho Chehab | 9a95735 | 2007-05-03 16:01:02 -0300 | [diff] [blame] | 143 | endif # DAB | 
| Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 144 |  | 
| Randy Dunlap | ab482a6 | 2009-05-18 22:00:34 -0300 | [diff] [blame] | 145 | endif # MEDIA_SUPPORT |