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