blob: dfb52592451fb67939355cd9dc4ef46c968a50d2 [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
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -030072 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE
Michael Krufkyca805d52007-08-27 21:59:35 -030073 select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE
74 select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE
75 select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE
76 select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE
77 select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE
78
79menuconfig VIDEO_TUNER_CUSTOMIZE
80 bool "Customize analog tuner modules to build"
81 depends on VIDEO_TUNER
82 help
83 This allows the user to deselect tuner drivers unnecessary
84 for their hardware from the build. Use this option with care
85 as deselecting tuner drivers which are in fact necessary will
86 result in V4L devices which cannot be tuned due to lack of
87 driver support
88
89 If unsure say N.
90
91if VIDEO_TUNER_CUSTOMIZE
92
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -030093config TUNER_XC2028
94 tristate "XCeive xc2028/xc3028 tuners"
95 depends on I2C
96 default m if VIDEO_TUNER_CUSTOMIZE
97 help
98 Say Y here to include support for the xc2028/xc3028 tuners.
99
Michael Krufkyca805d52007-08-27 21:59:35 -0300100config TUNER_MT20XX
101 tristate "Microtune 2032 / 2050 tuners"
102 depends on I2C
103 default m if VIDEO_TUNER_CUSTOMIZE
104 help
105 Say Y here to include support for the MT2032 / MT2050 tuner.
106
107config TUNER_TDA8290
108 tristate "TDA 8290+8275(a) tuner combo"
109 depends on I2C
110 default m if VIDEO_TUNER_CUSTOMIZE
111 help
112 Say Y here to include support for Philips TDA8290+8275(a) tuner.
113
114config TUNER_TEA5761
115 tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
116 depends on I2C && EXPERIMENTAL
117 default m if VIDEO_TUNER_CUSTOMIZE
118 help
119 Say Y here to include support for the Philips TEA5761 radio tuner.
120
121config TUNER_TEA5767
122 tristate "TEA 5767 radio tuner"
123 depends on I2C
124 default m if VIDEO_TUNER_CUSTOMIZE
125 help
126 Say Y here to include support for the Philips TEA5767 radio tuner.
127
128config TUNER_SIMPLE
129 tristate "Simple tuner support"
130 depends on I2C
131 default m if VIDEO_TUNER_CUSTOMIZE
132 help
133 Say Y here to include support for various simple tuners.
134
135endif # VIDEO_TUNER_CUSTOMIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300137config VIDEOBUF_GEN
138 tristate
139
140config VIDEOBUF_DMA_SG
Andrew Morton7a9ca4a2007-02-06 21:51:14 -0300141 depends on PCI
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300142 select VIDEOBUF_GEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143 tristate
144
Mauro Carvalho Chehab87b9ad02007-08-02 23:31:33 -0300145config VIDEOBUF_VMALLOC
146 select VIDEOBUF_GEN
147 tristate
148
Mauro Carvalho Chehab28318c72007-10-02 11:16:16 -0300149config VIDEOBUF_DVB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 tristate
Trent Piepho102abd82007-10-08 18:34:11 -0300151 select VIDEOBUF_GEN
152 select VIDEOBUF_DMA_SG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153
154config VIDEO_BTCX
155 tristate
156
Mauro Carvalho Chehabea633742007-06-25 15:42:01 -0300157config VIDEO_IR_I2C
158 tristate
159
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160config VIDEO_IR
161 tristate
Randy Dunlap5efeb972007-10-29 15:19:50 -0300162 depends on INPUT
Mauro Carvalho Chehabea633742007-06-25 15:42:01 -0300163 select VIDEO_IR_I2C if I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164
165config VIDEO_TVEEPROM
166 tristate
Mauro Carvalho Chehab444dadc2006-11-21 11:32:12 -0300167 depends on I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Mauro Carvalho Chehab9a957352007-05-03 16:01:02 -0300169config DAB
170 boolean "DAB adapters"
171 default y
172 ---help---
173 Allow selecting support for for Digital Audio Broadcasting (DAB)
174 Receiver adapters.
175
176if DAB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300177config USB_DABUSB
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -0300178 tristate "DABUSB driver"
179 depends on USB
180 ---help---
181 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
182 brought to you by the DAB-Team
183 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
184 as an example for URB-based bulk, control, and isochronous
185 transactions. URB's are explained in
186 <Documentation/usb/URB.txt>.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300187
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -0300188 To compile this driver as a module, choose M here: the
189 module will be called dabusb.
Mauro Carvalho Chehab9a957352007-05-03 16:01:02 -0300190endif # DAB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300191
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192endmenu