2 # Multimedia device configuration
5 menu "Multimedia devices"
8 comment "Multimedia core support"
11 # V4L core and enabled API's
15 tristate "Video For Linux"
17 V4L core support for video capture and overlay devices, webcams and
20 This kernel includes support for the new Video for Linux Two API,
23 Additional info and docs are available on the web at
26 Documentation for V4L2 is also available on the web at
27 <http://bytesex.org/v4l/>.
29 To compile this driver as a module, choose M here: the
30 module will be called videodev.
32 config VIDEO_V4L2_COMMON
34 depends on (I2C || I2C=n) && VIDEO_DEV
35 default (I2C || I2C=n) && VIDEO_DEV
37 config VIDEO_ALLOW_V4L1
38 bool "Enable Video For Linux API 1 (DEPRECATED)"
39 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
40 default VIDEO_DEV && VIDEO_V4L2_COMMON
41 select VIDEO_V4L1_COMPAT
43 Enables drivers based on the legacy V4L1 API.
45 This api were developed to be used at Kernel 2.2 and 2.4, but
46 lacks support for several video standards. There are several
47 drivers at kernel that still depends on it.
49 If you are unsure as to whether this is required, answer Y.
51 config VIDEO_V4L1_COMPAT
52 bool "Enable Video For Linux API 1 compatible Layer"
56 Enables a compatibility API used by most V4L2 devices to allow
57 its usage with legacy applications that supports only V4L1 api.
59 Documentation for the original API is included in the file
60 <Documentation/video4linux/API.html>.
62 User tools for this are available from
63 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
65 If you are unsure as to whether this is required, answer Y.
72 tristate "DVB for Linux"
73 depends on NET && INET
76 DVB core utility functions for device handling, software fallbacks etc.
78 Enable this if you own a DVB/ATSC adapter and want to use it or if
79 you compile Linux for a digital SetTopBox.
81 Say Y when you have a DVB or an ATSC card and want to use it.
83 API specs and user tools are available from <http://www.linuxtv.org/>.
85 Please report problems regarding this support to the LinuxDVB
92 default DVB_CORE || VIDEO_DEV
93 depends on DVB_CORE || VIDEO_DEV
95 comment "Multimedia drivers"
97 source "drivers/media/common/Kconfig"
100 # Tuner drivers for DVB and V4L
103 source "drivers/media/common/tuners/Kconfig"
106 # Video/Radio/Hybrid adapters
109 source "drivers/media/video/Kconfig"
111 source "drivers/media/radio/Kconfig"
117 source "drivers/media/dvb/Kconfig"
120 boolean "DAB adapters"
122 Allow selecting support for for Digital Audio Broadcasting (DAB)
127 tristate "DABUSB driver"
130 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
131 brought to you by the DAB-Team
132 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
133 as an example for URB-based bulk, control, and isochronous
134 transactions. URB's are explained in
135 <Documentation/usb/URB.txt>.
137 To compile this driver as a module, choose M here: the
138 module will be called dabusb.