Kconfig (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | Kconfig (078ab3ea2c3bb69cb989d52346fefa1246055e5b) |
---|---|
1# 2# Multimedia device configuration 3# 4 5config CEC_CORE 6 tristate 7 8config CEC_NOTIFIER --- 96 unchanged lines hidden (view full) --- 105config MEDIA_CONTROLLER_DVB 106 bool "Enable Media controller for DVB (EXPERIMENTAL)" 107 depends on MEDIA_CONTROLLER && DVB_CORE 108 ---help--- 109 Enable the media controller API support for DVB. 110 111 This is currently experimental. 112 | 1# 2# Multimedia device configuration 3# 4 5config CEC_CORE 6 tristate 7 8config CEC_NOTIFIER --- 96 unchanged lines hidden (view full) --- 105config MEDIA_CONTROLLER_DVB 106 bool "Enable Media controller for DVB (EXPERIMENTAL)" 107 depends on MEDIA_CONTROLLER && DVB_CORE 108 ---help--- 109 Enable the media controller API support for DVB. 110 111 This is currently experimental. 112 |
113config MEDIA_CONTROLLER_REQUEST_API 114 bool "Enable Media controller Request API (EXPERIMENTAL)" 115 depends on MEDIA_CONTROLLER && STAGING_MEDIA 116 default n 117 ---help--- 118 DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING. 119 120 This option enables the Request API for the Media controller and V4L2 121 interfaces. It is currently needed by a few stateless codec drivers. 122 123 There is currently no intention to provide API or ABI stability for 124 this new API as of yet. 125 |
|
113# 114# Video4Linux support 115# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected 116# 117 118config VIDEO_DEV 119 tristate 120 depends on MEDIA_SUPPORT --- 122 unchanged lines hidden --- | 126# 127# Video4Linux support 128# Only enables if one of the V4L2 types (ATV, webcam, radio) is selected 129# 130 131config VIDEO_DEV 132 tristate 133 depends on MEDIA_SUPPORT --- 122 unchanged lines hidden --- |