]> Git Repo - linux.git/blob - drivers/staging/media/Kconfig
mips: vdso: drop unnecessary cc-ldoption
[linux.git] / drivers / staging / media / Kconfig
1 menuconfig 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.
9           That also means that, once fixed, their API's will change to match
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           [email protected] mailing list.
15
16           If in doubt, say N here.
17
18
19 if STAGING_MEDIA && MEDIA_SUPPORT
20
21 # Please keep them in alphabetic order
22 source "drivers/staging/media/bcm2048/Kconfig"
23
24 source "drivers/staging/media/davinci_vpfe/Kconfig"
25
26 source "drivers/staging/media/imx/Kconfig"
27
28 source "drivers/staging/media/omap4iss/Kconfig"
29
30 source "drivers/staging/media/rockchip/vpu/Kconfig"
31
32 source "drivers/staging/media/sunxi/Kconfig"
33
34 source "drivers/staging/media/tegra-vde/Kconfig"
35
36 source "drivers/staging/media/zoran/Kconfig"
37
38 source "drivers/staging/media/ipu3/Kconfig"
39
40 source "drivers/staging/media/soc_camera/Kconfig"
41
42 endif
This page took 0.056744 seconds and 4 git commands to generate.