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.
28 config VIDEO_V4L2_COMMON
30 depends on (I2C || I2C=n) && VIDEO_DEV
31 default (I2C || I2C=n) && VIDEO_DEV
34 bool "Enable Video For Linux API 1 (DEPRECATED)"
35 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
36 default VIDEO_DEV && VIDEO_V4L2_COMMON
37 select VIDEO_V4L1_COMPAT
39 Enables a compatibility API used by most V4L2 devices to allow
40 its usage with legacy applications that supports only V4L1 api.
42 If you are unsure as to whether this is required, answer Y.
44 config VIDEO_V4L1_COMPAT
45 bool "Enable Video For Linux API 1 compatible Layer"
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.
53 Documentation for the original API is included in the file
54 <Documentation/video4linux/API.html>.
56 User tools for this are available from
57 <ftp://ftp.uk.linux.org/pub/linux/video4linux/>.
59 If you are unsure as to whether this is required, answer Y.
63 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
64 default VIDEO_DEV && VIDEO_V4L2_COMMON
66 source "drivers/media/video/Kconfig"
68 source "drivers/media/radio/Kconfig"
70 source "drivers/media/dvb/Kconfig"
72 source "drivers/media/common/Kconfig"
77 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE
78 select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE
79 select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE
80 select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE
81 select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE
82 select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE
83 select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE
85 menuconfig VIDEO_TUNER_CUSTOMIZE
86 bool "Customize analog tuner modules to build"
87 depends on VIDEO_TUNER
89 This allows the user to deselect tuner drivers unnecessary
90 for their hardware from the build. Use this option with care
91 as deselecting tuner drivers which are in fact necessary will
92 result in V4L devices which cannot be tuned due to lack of
97 if VIDEO_TUNER_CUSTOMIZE
100 tristate "XCeive xc2028/xc3028 tuners"
101 depends on I2C && FW_LOADER
102 default m if VIDEO_TUNER_CUSTOMIZE
104 Say Y here to include support for the xc2028/xc3028 tuners.
107 tristate "Microtune 2032 / 2050 tuners"
109 default m if VIDEO_TUNER_CUSTOMIZE
111 Say Y here to include support for the MT2032 / MT2050 tuner.
114 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
118 default m if VIDEO_TUNER_CUSTOMIZE
120 Say Y here to include support for Philips TDA8290+8275(a) tuner.
123 tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
124 depends on I2C && EXPERIMENTAL
125 default m if VIDEO_TUNER_CUSTOMIZE
127 Say Y here to include support for the Philips TEA5761 radio tuner.
130 tristate "TEA 5767 radio tuner"
132 default m if VIDEO_TUNER_CUSTOMIZE
134 Say Y here to include support for the Philips TEA5767 radio tuner.
137 tristate "Simple tuner support"
140 default m if VIDEO_TUNER_CUSTOMIZE
142 Say Y here to include support for various simple tuners.
145 tristate "TDA 9885/6/7 analog IF demodulator"
147 default m if VIDEO_TUNER_CUSTOMIZE
149 Say Y here to include support for Philips TDA9885/6/7
150 analog IF demodulator.
152 endif # VIDEO_TUNER_CUSTOMIZE
157 config VIDEOBUF_DMA_SG
162 config VIDEOBUF_VMALLOC
169 select VIDEOBUF_DMA_SG
180 select VIDEO_IR_I2C if I2C
182 config VIDEO_TVEEPROM
187 boolean "DAB adapters"
189 Allow selecting support for for Digital Audio Broadcasting (DAB)
194 tristate "DABUSB driver"
197 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
198 brought to you by the DAB-Team
199 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
200 as an example for URB-based bulk, control, and isochronous
201 transactions. URB's are explained in
202 <Documentation/usb/URB.txt>.
204 To compile this driver as a module, choose M here: the
205 module will be called dabusb.