Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 #
0004 # Media controller
0005 #
0006 
0007 config MEDIA_CONTROLLER_DVB
0008         bool "Enable Media controller for DVB (EXPERIMENTAL)"
0009         depends on MEDIA_CONTROLLER && DVB_CORE
0010         help
0011           Enable the media controller API support for DVB.
0012 
0013           This is currently experimental.
0014 
0015 config MEDIA_CONTROLLER_REQUEST_API
0016         bool
0017         depends on MEDIA_CONTROLLER
0018         help
0019           This option enables the Request API for the Media controller and V4L2
0020           interfaces. It is currently needed by a few stateless codec drivers.