18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci# 48c2ecf20Sopenharmony_ci# Media controller 58c2ecf20Sopenharmony_ci# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciconfig MEDIA_CONTROLLER_DVB 88c2ecf20Sopenharmony_ci bool "Enable Media controller for DVB (EXPERIMENTAL)" 98c2ecf20Sopenharmony_ci depends on MEDIA_CONTROLLER && DVB_CORE 108c2ecf20Sopenharmony_ci help 118c2ecf20Sopenharmony_ci Enable the media controller API support for DVB. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci This is currently experimental. 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciconfig MEDIA_CONTROLLER_REQUEST_API 168c2ecf20Sopenharmony_ci bool 178c2ecf20Sopenharmony_ci depends on MEDIA_CONTROLLER 188c2ecf20Sopenharmony_ci help 198c2ecf20Sopenharmony_ci DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING. 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci This option enables the Request API for the Media controller and V4L2 228c2ecf20Sopenharmony_ci interfaces. It is currently needed by a few stateless codec drivers. 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci There is currently no intention to provide API or ABI stability for 258c2ecf20Sopenharmony_ci this new API as of yet. 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_cicomment "Please notice that the enabled Media controller Request API is EXPERIMENTAL" 288c2ecf20Sopenharmony_ci depends on MEDIA_CONTROLLER_REQUEST_API 29