Kconfig (2b703bbda2713fd2a7d98029ea6c44f9c3159f34) Kconfig (72ef5e52b3f74c0be47b20f5c434b7ecc830cf40)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 147 unchanged lines hidden (view full) ---

156 depends on DRM
157 help
158 Say Y here, if you want to use EDID data to be loaded from the
159 /lib/firmware directory or one of the provided built-in
160 data sets. This may be necessary, if the graphics adapter or
161 monitor are unable to provide appropriate EDID data. Since this
162 feature is provided as a workaround for broken hardware, the
163 default case is N. Details and instructions how to build your own
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Drm device configuration
4#
5# This driver provides support for the
6# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
7#
8menuconfig DRM

--- 147 unchanged lines hidden (view full) ---

156 depends on DRM
157 help
158 Say Y here, if you want to use EDID data to be loaded from the
159 /lib/firmware directory or one of the provided built-in
160 data sets. This may be necessary, if the graphics adapter or
161 monitor are unable to provide appropriate EDID data. Since this
162 feature is provided as a workaround for broken hardware, the
163 default case is N. Details and instructions how to build your own
164 EDID data are given in Documentation/driver-api/edid.rst.
164 EDID data are given in Documentation/admin-guide/edid.rst.
165
166config DRM_DP_CEC
167 bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
168 depends on DRM
169 select CEC_CORE
170 help
171 Choose this option if you want to enable HDMI CEC support for
172 DisplayPort/USB-C to HDMI adapters.

--- 307 unchanged lines hidden ---
165
166config DRM_DP_CEC
167 bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support"
168 depends on DRM
169 select CEC_CORE
170 help
171 Choose this option if you want to enable HDMI CEC support for
172 DisplayPort/USB-C to HDMI adapters.

--- 307 unchanged lines hidden ---