Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / drivers / staging / media / Kconfig
CommitLineData
4860c738
MCC
1menuconfig STAGING_MEDIA
2 bool "Media staging drivers"
3 default n
4 ---help---
5 This option allows you to select a number of media drivers that
6 don't have the "normal" Linux kernel quality level.
7 Most of them don't follow properly the V4L, DVB and/or RC API's,
8 so, they won't likely work fine with the existing applications.
b47acf2a 9 That also means that, once fixed, their API's will change to match
4860c738
MCC
10 the existing ones.
11
12 If you wish to work on these drivers, to help improve them, or
13 to report problems you have with them, please use the
14 linux-media@vger.kernel.org mailing list.
15
16 If in doubt, say N here.
17
18
cd70c37b 19if STAGING_MEDIA && MEDIA_SUPPORT
4860c738
MCC
20
21# Please keep them in alphabetic order
899127b6
HV
22source "drivers/staging/media/bcm2048/Kconfig"
23
ca684386
HV
24source "drivers/staging/media/cec/Kconfig"
25
4860c738
MCC
26source "drivers/staging/media/cxd2099/Kconfig"
27
44261e38
MH
28source "drivers/staging/media/davinci_vpfe/Kconfig"
29
d632dfef
LP
30source "drivers/staging/media/omap4iss/Kconfig"
31
3dff3106
HV
32source "drivers/staging/media/pulse8-cec/Kconfig"
33
78fc853b
MCC
34source "drivers/staging/media/s5p-cec/Kconfig"
35
4860c738
MCC
36# Keep LIRC at the end, as it has sub-menus
37source "drivers/staging/media/lirc/Kconfig"
38
39endif
This page took 0.242698 seconds and 5 git commands to generate.