[media] v4l: subdev: Events support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / Kconfig
CommitLineData
1da177e4
LT
1#
2# Multimedia device configuration
3#
4
ab482a6c
RD
5menuconfig MEDIA_SUPPORT
6 tristate "Multimedia support"
e25df120 7 depends on HAS_IOMEM
ab482a6c
RD
8 help
9 If you want to use Video for Linux, DVB for Linux, or DAB adapters,
10 enable this option and other options below.
11
12if MEDIA_SUPPORT
1da177e4 13
7c91f062
MCC
14comment "Multimedia core support"
15
16#
17# V4L core and enabled API's
18#
19
1da177e4
LT
20config VIDEO_DEV
21 tristate "Video For Linux"
22 ---help---
f1784354
MCC
23 V4L core support for video capture and overlay devices, webcams and
24 AM/FM radio cards.
1da177e4
LT
25
26 This kernel includes support for the new Video for Linux Two API,
f1784354 27 (V4L2).
1da177e4 28
cd41e28e
MCC
29 Additional info and docs are available on the web at
30 <http://linuxtv.org>
31
32 Documentation for V4L2 is also available on the web at
33 <http://bytesex.org/v4l/>.
1da177e4
LT
34
35 To compile this driver as a module, choose M here: the
36 module will be called videodev.
37
a9254475
MCC
38config VIDEO_V4L2_COMMON
39 tristate
40 depends on (I2C || I2C=n) && VIDEO_DEV
41 default (I2C || I2C=n) && VIDEO_DEV
42
7c91f062
MCC
43#
44# DVB Core
45#
1da177e4 46
7c91f062
MCC
47config DVB_CORE
48 tristate "DVB for Linux"
49 depends on NET && INET
50 select CRC32
ca805d57 51 help
7c91f062 52 DVB core utility functions for device handling, software fallbacks etc.
f1784354
MCC
53
54 Enable this if you own a DVB/ATSC adapter and want to use it or if
55 you compile Linux for a digital SetTopBox.
56
57 Say Y when you have a DVB or an ATSC card and want to use it.
ca805d57 58
7c91f062 59 API specs and user tools are available from <http://www.linuxtv.org/>.
215b95ba 60
f1784354 61 Please report problems regarding this support to the LinuxDVB
7c91f062 62 mailing list.
ca805d57 63
7c91f062 64 If unsure say N.
ca805d57 65
7c91f062
MCC
66config VIDEO_MEDIA
67 tristate
039d4001 68 default (DVB_CORE && (VIDEO_DEV = n)) || (VIDEO_DEV && (DVB_CORE = n)) || (DVB_CORE && VIDEO_DEV)
31c9584c 69
7c91f062 70comment "Multimedia drivers"
1da177e4 71
7c91f062 72source "drivers/media/common/Kconfig"
32cf86f6 73source "drivers/media/rc/Kconfig"
c1accaa2 74
7c91f062
MCC
75#
76# Tuner drivers for DVB and V4L
77#
1da177e4 78
7c91f062 79source "drivers/media/common/tuners/Kconfig"
87b9ad07 80
7c91f062
MCC
81#
82# Video/Radio/Hybrid adapters
83#
1da177e4 84
7c91f062 85source "drivers/media/video/Kconfig"
1da177e4 86
7c91f062 87source "drivers/media/radio/Kconfig"
ea633741 88
7c91f062
MCC
89#
90# DVB adapters
91#
1da177e4 92
7c91f062 93source "drivers/media/dvb/Kconfig"
1da177e4 94
ab482a6c 95endif # MEDIA_SUPPORT