2 # Multimedia device configuration
5 menu "Multimedia devices"
9 tristate "Video For Linux"
11 Support for audio/video capture and overlay devices and FM radio
12 cards. The exact capabilities of each device vary.
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.
19 Additional info and docs are available on the web at
22 Documentation for V4L2 is also available on the web at
23 <http://bytesex.org/v4l/>.
25 To compile this driver as a module, choose M here: the
26 module will be called videodev.
29 bool "Enable Video For Linux API 1 (DEPRECATED)"
31 select VIDEO_V4L1_COMPAT
34 Enables a compatibility API used by most V4L2 devices to allow
35 its usage with legacy applications that supports only V4L1 api.
37 If you are unsure as to whether this is required, answer Y.
39 config VIDEO_V4L1_COMPAT
40 bool "Enable Video For Linux API 1 compatible Layer"
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.
48 Documentation for the original API is included in the file
49 <Documentation/video4linux/API.html>.
51 User tools for this are available from
52 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
54 If you are unsure as to whether this is required, answer Y.
61 source "drivers/media/video/Kconfig"
63 source "drivers/media/radio/Kconfig"
65 source "drivers/media/dvb/Kconfig"
67 source "drivers/media/common/Kconfig"
72 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE
73 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 select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE
80 menuconfig VIDEO_TUNER_CUSTOMIZE
81 bool "Customize analog tuner modules to build"
82 depends on VIDEO_TUNER
84 This allows the user to deselect tuner drivers unnecessary
85 for their hardware from the build. Use this option with care
86 as deselecting tuner drivers which are in fact necessary will
87 result in V4L devices which cannot be tuned due to lack of
92 if VIDEO_TUNER_CUSTOMIZE
95 tristate "XCeive xc2028/xc3028 tuners"
97 default m if VIDEO_TUNER_CUSTOMIZE
99 Say Y here to include support for the xc2028/xc3028 tuners.
102 tristate "Microtune 2032 / 2050 tuners"
104 default m if VIDEO_TUNER_CUSTOMIZE
106 Say Y here to include support for the MT2032 / MT2050 tuner.
109 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
113 default m if VIDEO_TUNER_CUSTOMIZE
115 Say Y here to include support for Philips TDA8290+8275(a) tuner.
118 tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
119 depends on I2C && EXPERIMENTAL
120 default m if VIDEO_TUNER_CUSTOMIZE
122 Say Y here to include support for the Philips TEA5761 radio tuner.
125 tristate "TEA 5767 radio tuner"
127 default m if VIDEO_TUNER_CUSTOMIZE
129 Say Y here to include support for the Philips TEA5767 radio tuner.
132 tristate "Simple tuner support"
135 default m if VIDEO_TUNER_CUSTOMIZE
137 Say Y here to include support for various simple tuners.
140 tristate "TDA 9885/6/7 analog IF demodulator"
142 default m if VIDEO_TUNER_CUSTOMIZE
144 Say Y here to include support for Philips TDA9885/6/7
145 analog IF demodulator.
147 endif # VIDEO_TUNER_CUSTOMIZE
152 config VIDEOBUF_DMA_SG
157 config VIDEOBUF_VMALLOC
164 select VIDEOBUF_DMA_SG
175 select VIDEO_IR_I2C if I2C
177 config VIDEO_TVEEPROM
182 boolean "DAB adapters"
185 Allow selecting support for for Digital Audio Broadcasting (DAB)
190 tristate "DABUSB driver"
193 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
194 brought to you by the DAB-Team
195 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
196 as an example for URB-based bulk, control, and isochronous
197 transactions. URB's are explained in
198 <Documentation/usb/URB.txt>.
200 To compile this driver as a module, choose M here: the
201 module will be called dabusb.