blob: 2a054a99d433b0f1d16bc6aa701931e9860d1152 [file] [log] [blame]
Mauro Carvalho Chehab4860c732011-11-01 22:23:55 -02001menuconfig 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.
Justin P. Mattockb47acf22012-03-05 11:49:26 -03009 That also means that, once fixed, their API's will change to match
Mauro Carvalho Chehab4860c732011-11-01 22:23:55 -020010 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
19if STAGING_MEDIA
20
21# Please keep them in alphabetic order
Hans Verkuil899127b2013-11-04 08:34:42 -030022source "drivers/staging/media/bcm2048/Kconfig"
23
Mauro Carvalho Chehab4860c732011-11-01 22:23:55 -020024source "drivers/staging/media/cxd2099/Kconfig"
25
Manjunath Hadli44261e32012-11-28 02:26:17 -030026source "drivers/staging/media/davinci_vpfe/Kconfig"
27
Mauro Carvalho Chehab4860c732011-11-01 22:23:55 -020028source "drivers/staging/media/dt3155v4l/Kconfig"
29
Hans Verkuilea2e8132014-12-02 12:40:32 -030030source "drivers/staging/media/tlg2300/Kconfig"
31
Antti Palosaaric867b262014-11-12 00:01:44 -030032source "drivers/staging/media/mn88472/Kconfig"
33
Antti Palosaari4f80d852014-11-12 00:51:44 -030034source "drivers/staging/media/mn88473/Kconfig"
35
Laurent Pinchartd632dfe2013-10-02 20:27:07 -030036source "drivers/staging/media/omap4iss/Kconfig"
37
Hans Verkuil427ae152014-12-02 12:40:33 -030038source "drivers/staging/media/parport/Kconfig"
39
Hans Verkuilc1d9e03d2014-12-02 12:40:31 -030040source "drivers/staging/media/vino/Kconfig"
41
Mauro Carvalho Chehab4860c732011-11-01 22:23:55 -020042# Keep LIRC at the end, as it has sub-menus
43source "drivers/staging/media/lirc/Kconfig"
44
45endif