brintos

brintos / linux-shallow public Read only

0
0
Text · 278 B · c82b07d Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3#4# Media controller5#6 7config MEDIA_CONTROLLER_DVB8	bool "Enable Media controller for DVB (EXPERIMENTAL)"9	depends on MEDIA_CONTROLLER && DVB_CORE10	help11	  Enable the media controller API support for DVB.12 13	  This is currently experimental.14