Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. 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. If in doubt, say N here.
  16. if STAGING_MEDIA && MEDIA_SUPPORT
  17. # Please keep them in alphabetic order
  18. source "drivers/staging/media/allegro-dvt/Kconfig"
  19. source "drivers/staging/media/atomisp/Kconfig"
  20. source "drivers/staging/media/hantro/Kconfig"
  21. source "drivers/staging/media/imx/Kconfig"
  22. source "drivers/staging/media/meson/vdec/Kconfig"
  23. source "drivers/staging/media/omap4iss/Kconfig"
  24. source "drivers/staging/media/rkvdec/Kconfig"
  25. source "drivers/staging/media/sunxi/Kconfig"
  26. source "drivers/staging/media/tegra-vde/Kconfig"
  27. source "drivers/staging/media/zoran/Kconfig"
  28. source "drivers/staging/media/tegra-video/Kconfig"
  29. source "drivers/staging/media/ipu3/Kconfig"
  30. source "drivers/staging/media/rkisp1/Kconfig"
  31. endif