Kconfig 793 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Media controller
  4. #
  5. config MEDIA_CONTROLLER_DVB
  6. bool "Enable Media controller for DVB (EXPERIMENTAL)"
  7. depends on MEDIA_CONTROLLER && DVB_CORE
  8. help
  9. Enable the media controller API support for DVB.
  10. This is currently experimental.
  11. config MEDIA_CONTROLLER_REQUEST_API
  12. bool
  13. depends on MEDIA_CONTROLLER
  14. help
  15. DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.
  16. This option enables the Request API for the Media controller and V4L2
  17. interfaces. It is currently needed by a few stateless codec drivers.
  18. There is currently no intention to provide API or ABI stability for
  19. this new API as of yet.
  20. comment "Please notice that the enabled Media controller Request API is EXPERIMENTAL"
  21. depends on MEDIA_CONTROLLER_REQUEST_API