]> Git Repo - J-linux.git/blob - drivers/staging/media/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / staging / media / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig STAGING_MEDIA
3         bool "Media staging drivers"
4         default n
5         help
6           This option allows you to select a number of media drivers that
7           don't have the "normal" Linux kernel quality level.
8           Most of them don't follow properly the V4L, DVB and/or RC API's,
9           so, they won't likely work fine with the existing applications.
10           That also means that, once fixed, their API's will change to match
11           the existing ones.
12
13           If you wish to work on these drivers, to help improve them, or
14           to report problems you have with them, please use the
15           [email protected] mailing list.
16
17           If in doubt, say N here.
18
19
20 if STAGING_MEDIA && MEDIA_SUPPORT
21
22 # Please keep them in alphabetic order
23 source "drivers/staging/media/atomisp/Kconfig"
24
25 source "drivers/staging/media/av7110/Kconfig"
26
27 source "drivers/staging/media/imx/Kconfig"
28
29 source "drivers/staging/media/ipu3/Kconfig"
30
31 source "drivers/staging/media/max96712/Kconfig"
32
33 source "drivers/staging/media/meson/vdec/Kconfig"
34
35 source "drivers/staging/media/omap4iss/Kconfig"
36
37 source "drivers/staging/media/rkvdec/Kconfig"
38
39 source "drivers/staging/media/sunxi/Kconfig"
40
41 source "drivers/staging/media/tegra-video/Kconfig"
42
43 menuconfig STAGING_MEDIA_DEPRECATED
44         bool "Media staging drivers (DEPRECATED)"
45         default n
46         help
47           This option enables deprecated media drivers that are
48           scheduled for future removal from the kernel.
49
50           If you wish to work on these drivers to prevent their removal,
51           then contact the [email protected] mailing list.
52
53           If in doubt, say N here.
54
55 if STAGING_MEDIA_DEPRECATED
56 source "drivers/staging/media/deprecated/atmel/Kconfig"
57 endif
58
59 endif
This page took 0.034843 seconds and 4 git commands to generate.