2 # Multimedia device configuration
5 menuconfig MEDIA_SUPPORT
6 tristate "Multimedia support"
9 If you want to use Video for Linux, DVB for Linux, or DAB adapters,
10 enable this option and other options below.
14 comment "Multimedia core support"
17 # V4L core and enabled API's
21 tristate "Video For Linux"
23 V4L core support for video capture and overlay devices, webcams and
26 This kernel includes support for the new Video for Linux Two API,
29 Additional info and docs are available on the web at
32 Documentation for V4L2 is also available on the web at
33 <http://bytesex.org/v4l/>.
35 To compile this driver as a module, choose M here: the
36 module will be called videodev.
38 config VIDEO_V4L2_COMMON
40 depends on (I2C || I2C=n) && VIDEO_DEV
41 default (I2C || I2C=n) && VIDEO_DEV
43 config VIDEO_ALLOW_V4L1
44 bool "Enable Video For Linux API 1 (DEPRECATED)"
45 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
46 default VIDEO_DEV && VIDEO_V4L2_COMMON
48 Enables drivers based on the legacy V4L1 API.
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.
54 If you are unsure as to whether this is required, answer Y.
56 config VIDEO_V4L1_COMPAT
57 bool "Enable Video For Linux API 1 compatible Layer" if !VIDEO_ALLOW_V4L1
61 Enables a compatibility API used by most V4L2 devices to allow
62 its usage with legacy applications that supports only V4L1 api.
64 Documentation for the original API is included in the file
65 <Documentation/video4linux/API.html>.
67 User tools for this are available from
68 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
70 If you are unsure as to whether this is required, answer Y.
77 tristate "DVB for Linux"
78 depends on NET && INET
81 DVB core utility functions for device handling, software fallbacks etc.
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.
86 Say Y when you have a DVB or an ATSC card and want to use it.
88 API specs and user tools are available from <http://www.linuxtv.org/>.
90 Please report problems regarding this support to the LinuxDVB
97 default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV)
99 comment "Multimedia drivers"
101 source "drivers/media/common/Kconfig"
104 # Tuner drivers for DVB and V4L
107 source "drivers/media/common/tuners/Kconfig"
110 # Video/Radio/Hybrid adapters
113 source "drivers/media/video/Kconfig"
115 source "drivers/media/radio/Kconfig"
121 source "drivers/media/dvb/Kconfig"
124 boolean "DAB adapters"
126 Allow selecting support for Digital Audio Broadcasting (DAB)
131 tristate "DABUSB driver"
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>.
141 To compile this driver as a module, choose M here: the
142 module will be called dabusb.
145 endif # MEDIA_SUPPORT