Kconfig 278 B

12345678910111213
  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.