blob: 3a80e0cc73699e9e24bcc6fb4382fab9cb5a9dec [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia device configuration
3#
4
5menu "Multimedia devices"
Martin Schwidefskye25df122007-05-10 15:45:57 +02006 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8config VIDEO_DEV
9 tristate "Video For Linux"
10 ---help---
11 Support for audio/video capture and overlay devices and FM radio
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030012 cards. The exact capabilities of each device vary.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14 This kernel includes support for the new Video for Linux Two API,
15 (V4L2) as well as the original system. Drivers and applications
16 need to be rewritten to use V4L2, but drivers for popular cards
17 and applications for most video capture functions already exist.
18
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030019 Additional info and docs are available on the web at
20 <http://linuxtv.org>
21
22 Documentation for V4L2 is also available on the web at
23 <http://bytesex.org/v4l/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
25 To compile this driver as a module, choose M here: the
26 module will be called videodev.
27
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030028config VIDEO_V4L1
Mauro Carvalho Chehab741b5bb2006-05-28 15:45:54 -030029 bool "Enable Video For Linux API 1 (DEPRECATED)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030030 depends on VIDEO_DEV
31 select VIDEO_V4L1_COMPAT
32 default y
33 ---help---
34 Enables a compatibility API used by most V4L2 devices to allow
35 its usage with legacy applications that supports only V4L1 api.
36
37 If you are unsure as to whether this is required, answer Y.
38
39config VIDEO_V4L1_COMPAT
Mauro Carvalho Chehab741b5bb2006-05-28 15:45:54 -030040 bool "Enable Video For Linux API 1 compatible Layer"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030041 depends on VIDEO_DEV
42 default y
43 ---help---
44 This api were developed to be used at Kernel 2.2 and 2.4, but
45 lacks support for several video standards. There are several
46 drivers at kernel that still depends on it.
47
48 Documentation for the original API is included in the file
49 <Documentation/video4linux/API.html>.
50
51 User tools for this are available from
52 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
53
54 If you are unsure as to whether this is required, answer Y.
55
56config VIDEO_V4L2
Mauro Carvalho Chehab8a905162006-09-10 12:01:19 -030057 bool
Maciej W. Rozyckia868b452006-10-03 16:01:17 -030058 depends on VIDEO_DEV
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030059 default y
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061source "drivers/media/video/Kconfig"
62
63source "drivers/media/radio/Kconfig"
64
65source "drivers/media/dvb/Kconfig"
66
67source "drivers/media/common/Kconfig"
68
69config VIDEO_TUNER
70 tristate
Mauro Carvalho Chehab444dadc2006-11-21 11:32:12 -030071 depends on I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
73config VIDEO_BUF
Andrew Morton7a9ca4a2007-02-06 21:51:14 -030074 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 tristate
76
77config VIDEO_BUF_DVB
78 tristate
79
80config VIDEO_BTCX
81 tristate
82
83config VIDEO_IR
84 tristate
85
86config VIDEO_TVEEPROM
87 tristate
Mauro Carvalho Chehab444dadc2006-11-21 11:32:12 -030088 depends on I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -030090config USB_DABUSB
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -030091 tristate "DABUSB driver"
92 depends on USB
93 ---help---
94 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
95 brought to you by the DAB-Team
96 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
97 as an example for URB-based bulk, control, and isochronous
98 transactions. URB's are explained in
99 <Documentation/usb/URB.txt>.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300100
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -0300101 To compile this driver as a module, choose M here: the
102 module will be called dabusb.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300103
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104endmenu