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 | # |
Laurent Pinchart | cf4b921 | 2009-12-09 08:39:56 -0300 | [diff] [blame] | 17 | # Media controller |
| 18 | # |
| 19 | |
| 20 | config MEDIA_CONTROLLER |
| 21 | bool "Media Controller API (EXPERIMENTAL)" |
| 22 | depends on EXPERIMENTAL |
| 23 | ---help--- |
| 24 | Enable the media controller API used to query media devices internal |
| 25 | topology and configure it dynamically. |
| 26 | |
| 27 | This API is mostly used by camera interfaces in embedded platforms. |
| 28 | |
| 29 | # |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 30 | # V4L core and enabled API's |
| 31 | # |
| 32 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | config VIDEO_DEV |
| 34 | tristate "Video For Linux" |
| 35 | ---help--- |
Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 36 | V4L core support for video capture and overlay devices, webcams and |
| 37 | AM/FM radio cards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
| 39 | 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] | 40 | (V4L2). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 42 | Additional info and docs are available on the web at |
| 43 | <http://linuxtv.org> |
| 44 | |
| 45 | Documentation for V4L2 is also available on the web at |
| 46 | <http://bytesex.org/v4l/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
| 48 | To compile this driver as a module, choose M here: the |
| 49 | module will be called videodev. |
| 50 | |
Mauro Carvalho Chehab | a925447 | 2008-01-29 18:32:35 -0300 | [diff] [blame] | 51 | config VIDEO_V4L2_COMMON |
| 52 | tristate |
| 53 | depends on (I2C || I2C=n) && VIDEO_DEV |
| 54 | default (I2C || I2C=n) && VIDEO_DEV |
| 55 | |
Stanimir Varbanov | 7cd5a16 | 2010-05-21 06:04:24 -0300 | [diff] [blame] | 56 | config VIDEO_V4L2_SUBDEV_API |
| 57 | bool "V4L2 sub-device userspace API (EXPERIMENTAL)" |
| 58 | depends on VIDEO_DEV && MEDIA_CONTROLLER && EXPERIMENTAL |
| 59 | ---help--- |
| 60 | Enables the V4L2 sub-device pad-level userspace API used to configure |
| 61 | video format, size and frame rate between hardware blocks. |
| 62 | |
| 63 | This API is mostly used by camera interfaces in embedded platforms. |
| 64 | |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 65 | # |
| 66 | # DVB Core |
| 67 | # |
Mauro Carvalho Chehab | cd41e28 | 2006-04-09 15:43:41 -0300 | [diff] [blame] | 68 | |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 69 | config DVB_CORE |
| 70 | tristate "DVB for Linux" |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 71 | select CRC32 |
| 72 | help |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 73 | DVB core utility functions for device handling, software fallbacks etc. |
Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 74 | |
| 75 | Enable this if you own a DVB/ATSC adapter and want to use it or if |
| 76 | you compile Linux for a digital SetTopBox. |
| 77 | |
| 78 | 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] | 79 | |
| 80 | API specs and user tools are available from <http://www.linuxtv.org/>. |
| 81 | |
Mauro Carvalho Chehab | f178435 | 2008-04-29 21:38:45 -0300 | [diff] [blame] | 82 | Please report problems regarding this support to the LinuxDVB |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 83 | mailing list. |
| 84 | |
| 85 | If unsure say N. |
| 86 | |
Hans Petter Selasky | a34ff6c | 2011-05-23 09:43:35 -0300 | [diff] [blame] | 87 | config DVB_NET |
| 88 | bool "DVB Network Support" |
| 89 | default (NET && INET) |
Guennadi Liakhovetski | 8c528d5 | 2011-06-10 07:43:26 -0300 | [diff] [blame] | 90 | depends on NET && INET && DVB_CORE |
Hans Petter Selasky | a34ff6c | 2011-05-23 09:43:35 -0300 | [diff] [blame] | 91 | help |
Jiri Slaby | 9a78efc | 2011-06-16 16:06:56 -0300 | [diff] [blame] | 92 | This option enables DVB Network Support which is a part of the DVB |
| 93 | standard. It is used, for example, by automatic firmware updates used |
| 94 | on Set-Top-Boxes. It can also be used to access the Internet via the |
| 95 | DVB card, if the network provider supports it. |
Hans Petter Selasky | a34ff6c | 2011-05-23 09:43:35 -0300 | [diff] [blame] | 96 | |
Jiri Slaby | 9a78efc | 2011-06-16 16:06:56 -0300 | [diff] [blame] | 97 | You may want to disable the network support on embedded devices. If |
| 98 | unsure say Y. |
Hans Petter Selasky | a34ff6c | 2011-05-23 09:43:35 -0300 | [diff] [blame] | 99 | |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 100 | config VIDEO_MEDIA |
Mauro Carvalho Chehab | 17de9a4 | 2008-04-15 18:11:50 -0300 | [diff] [blame] | 101 | tristate |
Mauro Carvalho Chehab | 039d400 | 2008-05-14 04:36:22 -0300 | [diff] [blame] | 102 | 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] | 103 | |
| 104 | comment "Multimedia drivers" |
| 105 | |
| 106 | source "drivers/media/common/Kconfig" |
Mauro Carvalho Chehab | 32cf86f | 2010-11-09 23:00:14 -0300 | [diff] [blame] | 107 | source "drivers/media/rc/Kconfig" |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 108 | |
| 109 | # |
| 110 | # Tuner drivers for DVB and V4L |
| 111 | # |
| 112 | |
| 113 | source "drivers/media/common/tuners/Kconfig" |
| 114 | |
| 115 | # |
| 116 | # Video/Radio/Hybrid adapters |
| 117 | # |
Mauro Carvalho Chehab | 17de9a4 | 2008-04-15 18:11:50 -0300 | [diff] [blame] | 118 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | source "drivers/media/video/Kconfig" |
| 120 | |
| 121 | source "drivers/media/radio/Kconfig" |
| 122 | |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 123 | # |
| 124 | # DVB adapters |
| 125 | # |
| 126 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | source "drivers/media/dvb/Kconfig" |
| 128 | |
Randy Dunlap | ab482a6 | 2009-05-18 22:00:34 -0300 | [diff] [blame] | 129 | endif # MEDIA_SUPPORT |