2 # Multimedia device configuration
5 menu "Multimedia devices"
8 tristate "Video For Linux"
10 Support for audio/video capture and overlay devices and FM radio
11 cards. The exact capabilities of each device vary.
13 This kernel includes support for the new Video for Linux Two API,
14 (V4L2) as well as the original system. Drivers and applications
15 need to be rewritten to use V4L2, but drivers for popular cards
16 and applications for most video capture functions already exist.
18 Additional info and docs are available on the web at
21 Documentation for V4L2 is also available on the web at
22 <http://bytesex.org/v4l/>.
24 To compile this driver as a module, choose M here: the
25 module will be called videodev.
28 bool "Enable Video For Linux API 1 (DEPRECATED)"
30 select VIDEO_V4L1_COMPAT
33 Enables a compatibility API used by most V4L2 devices to allow
34 its usage with legacy applications that supports only V4L1 api.
36 If you are unsure as to whether this is required, answer Y.
38 config VIDEO_V4L1_COMPAT
39 bool "Enable Video For Linux API 1 compatible Layer"
43 This api were developed to be used at Kernel 2.2 and 2.4, but
44 lacks support for several video standards. There are several
45 drivers at kernel that still depends on it.
47 Documentation for the original API is included in the file
48 <Documentation/video4linux/API.html>.
50 User tools for this are available from
51 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
53 If you are unsure as to whether this is required, answer Y.
59 source "drivers/media/video/Kconfig"
61 source "drivers/media/radio/Kconfig"
63 source "drivers/media/dvb/Kconfig"
65 source "drivers/media/common/Kconfig"
86 tristate "DABUSB driver"
89 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
90 brought to you by the DAB-Team
91 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
92 as an example for URB-based bulk, control, and isochronous
93 transactions. URB's are explained in
94 <Documentation/usb/URB.txt>.
96 To compile this driver as a module, choose M here: the
97 module will be called dabusb.