0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig STAGING_MEDIA
0003 bool "Media staging drivers"
0004 default n
0005 help
0006 This option allows you to select a number of media drivers that
0007 don't have the "normal" Linux kernel quality level.
0008 Most of them don't follow properly the V4L, DVB and/or RC API's,
0009 so, they won't likely work fine with the existing applications.
0010 That also means that, once fixed, their API's will change to match
0011 the existing ones.
0012
0013 If you wish to work on these drivers, to help improve them, or
0014 to report problems you have with them, please use the
0015 linux-media@vger.kernel.org mailing list.
0016
0017 If in doubt, say N here.
0018
0019
0020 if STAGING_MEDIA && MEDIA_SUPPORT
0021
0022 # Please keep them in alphabetic order
0023 source "drivers/staging/media/atomisp/Kconfig"
0024
0025 source "drivers/staging/media/av7110/Kconfig"
0026
0027 source "drivers/staging/media/hantro/Kconfig"
0028
0029 source "drivers/staging/media/imx/Kconfig"
0030
0031 source "drivers/staging/media/ipu3/Kconfig"
0032
0033 source "drivers/staging/media/max96712/Kconfig"
0034
0035 source "drivers/staging/media/meson/vdec/Kconfig"
0036
0037 source "drivers/staging/media/omap4iss/Kconfig"
0038
0039 source "drivers/staging/media/rkvdec/Kconfig"
0040
0041 source "drivers/staging/media/stkwebcam/Kconfig"
0042
0043 source "drivers/staging/media/sunxi/Kconfig"
0044
0045 source "drivers/staging/media/tegra-video/Kconfig"
0046
0047 source "drivers/staging/media/zoran/Kconfig"
0048
0049 endif