Kconfig (76c34a8d0e53f98975a2da5f753a99b4abc05c44) Kconfig (32a363d0b0b142f35512848dc646ee53e0926723)
1# SPDX-License-Identifier: GPL-2.0
2
3#
4# Media controller
5# Selectable only for webcam/grabbers, as other drivers don't use it
6#
7
8config MEDIA_CONTROLLER
9 bool "Media Controller API"
1# SPDX-License-Identifier: GPL-2.0
2
3#
4# Media controller
5# Selectable only for webcam/grabbers, as other drivers don't use it
6#
7
8config MEDIA_CONTROLLER
9 bool "Media Controller API"
10 depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
10 default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_PLATFORM_SUPPORT
11 help
12 Enable the media controller API used to query media devices internal
13 topology and configure it dynamically.
14
15 This API is mostly used by camera interfaces in embedded platforms.
16
17config MEDIA_CONTROLLER_DVB
18 bool "Enable Media controller for DVB (EXPERIMENTAL)"

--- 17 unchanged lines hidden ---
11 help
12 Enable the media controller API used to query media devices internal
13 topology and configure it dynamically.
14
15 This API is mostly used by camera interfaces in embedded platforms.
16
17config MEDIA_CONTROLLER_DVB
18 bool "Enable Media controller for DVB (EXPERIMENTAL)"

--- 17 unchanged lines hidden ---