blob: 128bb9cd5755f57f7a8cab9895149edcb39680aa [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 Chehaba9254472008-01-29 18:32:35 -030028config VIDEO_V4L2_COMMON
29 tristate
30 depends on (I2C || I2C=n) && VIDEO_DEV
31 default (I2C || I2C=n) && VIDEO_DEV
32
Mauro Carvalho Chehab17de9a42008-04-15 18:11:50 -030033config VIDEO_ALLOW_V4L1
Mauro Carvalho Chehab741b5bb2006-05-28 15:45:54 -030034 bool "Enable Video For Linux API 1 (DEPRECATED)"
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -030035 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
36 default VIDEO_DEV && VIDEO_V4L2_COMMON
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030037 select VIDEO_V4L1_COMPAT
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030038 ---help---
39 Enables a compatibility API used by most V4L2 devices to allow
40 its usage with legacy applications that supports only V4L1 api.
41
42 If you are unsure as to whether this is required, answer Y.
43
44config VIDEO_V4L1_COMPAT
Mauro Carvalho Chehab741b5bb2006-05-28 15:45:54 -030045 bool "Enable Video For Linux API 1 compatible Layer"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030046 depends on VIDEO_DEV
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -030047 default VIDEO_DEV
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030048 ---help---
49 This api were developed to be used at Kernel 2.2 and 2.4, but
50 lacks support for several video standards. There are several
51 drivers at kernel that still depends on it.
52
53 Documentation for the original API is included in the file
54 <Documentation/video4linux/API.html>.
55
56 User tools for this are available from
57 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
58
59 If you are unsure as to whether this is required, answer Y.
60
61config VIDEO_V4L2
Mauro Carvalho Chehab17de9a42008-04-15 18:11:50 -030062 tristate
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -030063 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
64 default VIDEO_DEV && VIDEO_V4L2_COMMON
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030065
Mauro Carvalho Chehab17de9a42008-04-15 18:11:50 -030066config VIDEO_V4L1
67 tristate
68 depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
69 default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071source "drivers/media/video/Kconfig"
72
73source "drivers/media/radio/Kconfig"
74
75source "drivers/media/dvb/Kconfig"
76
77source "drivers/media/common/Kconfig"
78
79config VIDEO_TUNER
80 tristate
Mauro Carvalho Chehab444dadc2006-11-21 11:32:12 -030081 depends on I2C
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -030082 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE
Michael Krufkyca805d52007-08-27 21:59:35 -030083 select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE
84 select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE
85 select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE
86 select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE
87 select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE
Michael Krufky31c95842007-10-21 20:48:48 -030088 select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE
Michael Krufkyca805d52007-08-27 21:59:35 -030089
90menuconfig VIDEO_TUNER_CUSTOMIZE
91 bool "Customize analog tuner modules to build"
92 depends on VIDEO_TUNER
93 help
94 This allows the user to deselect tuner drivers unnecessary
95 for their hardware from the build. Use this option with care
96 as deselecting tuner drivers which are in fact necessary will
97 result in V4L devices which cannot be tuned due to lack of
98 driver support
99
100 If unsure say N.
101
102if VIDEO_TUNER_CUSTOMIZE
103
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300104config TUNER_XC2028
105 tristate "XCeive xc2028/xc3028 tuners"
Paul Mundtea35e3a2008-02-14 07:24:22 -0300106 depends on I2C && FW_LOADER
Mauro Carvalho Chehab215b95b2007-10-23 15:24:06 -0300107 default m if VIDEO_TUNER_CUSTOMIZE
108 help
109 Say Y here to include support for the xc2028/xc3028 tuners.
110
Michael Krufkyca805d52007-08-27 21:59:35 -0300111config TUNER_MT20XX
112 tristate "Microtune 2032 / 2050 tuners"
113 depends on I2C
114 default m if VIDEO_TUNER_CUSTOMIZE
115 help
116 Say Y here to include support for the MT2032 / MT2050 tuner.
117
118config TUNER_TDA8290
Michael Krufky5bea1cd2007-10-22 09:56:38 -0300119 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
Michael Krufkyca805d52007-08-27 21:59:35 -0300120 depends on I2C
Michael Krufky746d97322007-08-25 19:08:45 -0300121 select DVB_TDA827X
Michael Krufky5bea1cd2007-10-22 09:56:38 -0300122 select DVB_TDA18271
Michael Krufkyca805d52007-08-27 21:59:35 -0300123 default m if VIDEO_TUNER_CUSTOMIZE
124 help
125 Say Y here to include support for Philips TDA8290+8275(a) tuner.
126
127config TUNER_TEA5761
128 tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
129 depends on I2C && EXPERIMENTAL
130 default m if VIDEO_TUNER_CUSTOMIZE
131 help
132 Say Y here to include support for the Philips TEA5761 radio tuner.
133
134config TUNER_TEA5767
135 tristate "TEA 5767 radio tuner"
136 depends on I2C
137 default m if VIDEO_TUNER_CUSTOMIZE
138 help
139 Say Y here to include support for the Philips TEA5767 radio tuner.
140
141config TUNER_SIMPLE
142 tristate "Simple tuner support"
143 depends on I2C
Michael Krufky31c95842007-10-21 20:48:48 -0300144 select TUNER_TDA9887
Michael Krufkyca805d52007-08-27 21:59:35 -0300145 default m if VIDEO_TUNER_CUSTOMIZE
146 help
147 Say Y here to include support for various simple tuners.
148
Michael Krufky31c95842007-10-21 20:48:48 -0300149config TUNER_TDA9887
150 tristate "TDA 9885/6/7 analog IF demodulator"
151 depends on I2C
152 default m if VIDEO_TUNER_CUSTOMIZE
153 help
154 Say Y here to include support for Philips TDA9885/6/7
155 analog IF demodulator.
156
Michael Krufkyca805d52007-08-27 21:59:35 -0300157endif # VIDEO_TUNER_CUSTOMIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300159config VIDEOBUF_GEN
160 tristate
161
162config VIDEOBUF_DMA_SG
Guennadi Liakhovetski07051352008-04-22 14:42:13 -0300163 depends on HAS_DMA
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -0300164 select VIDEOBUF_GEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165 tristate
166
Mauro Carvalho Chehab87b9ad02007-08-02 23:31:33 -0300167config VIDEOBUF_VMALLOC
168 select VIDEOBUF_GEN
169 tristate
170
Mauro Carvalho Chehab28318c72007-10-02 11:16:16 -0300171config VIDEOBUF_DVB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172 tristate
Trent Piepho102abd82007-10-08 18:34:11 -0300173 select VIDEOBUF_GEN
174 select VIDEOBUF_DMA_SG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175
176config VIDEO_BTCX
177 tristate
178
Mauro Carvalho Chehabea633742007-06-25 15:42:01 -0300179config VIDEO_IR_I2C
180 tristate
181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182config VIDEO_IR
183 tristate
Randy Dunlap5efeb972007-10-29 15:19:50 -0300184 depends on INPUT
Mauro Carvalho Chehabea633742007-06-25 15:42:01 -0300185 select VIDEO_IR_I2C if I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186
187config VIDEO_TVEEPROM
188 tristate
Mauro Carvalho Chehab444dadc2006-11-21 11:32:12 -0300189 depends on I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
Mauro Carvalho Chehab9a957352007-05-03 16:01:02 -0300191config DAB
192 boolean "DAB adapters"
Mauro Carvalho Chehab9a957352007-05-03 16:01:02 -0300193 ---help---
194 Allow selecting support for for Digital Audio Broadcasting (DAB)
195 Receiver adapters.
196
197if DAB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300198config USB_DABUSB
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -0300199 tristate "DABUSB driver"
200 depends on USB
201 ---help---
202 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
203 brought to you by the DAB-Team
204 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
205 as an example for URB-based bulk, control, and isochronous
206 transactions. URB's are explained in
207 <Documentation/usb/URB.txt>.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300208
Mauro Carvalho Chehab8dbc5ec2006-03-26 08:54:09 -0300209 To compile this driver as a module, choose M here: the
210 module will be called dabusb.
Mauro Carvalho Chehab9a957352007-05-03 16:01:02 -0300211endif # DAB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300212
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213endmenu