Kconfig (cd06ab2fd48f2c0243b06344a36056e811d263b8) | Kconfig (a1a98689301b9af0313e4c1ba44558e8b67ff76e) |
---|---|
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 --- 482 unchanged lines hidden (view full) --- 491 492# Separate option because drm_panel_orientation_quirks.c is shared with fbdev 493config DRM_PANEL_ORIENTATION_QUIRKS 494 tristate 495 496config DRM_LIB_RANDOM 497 bool 498 default n | 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 --- 482 unchanged lines hidden (view full) --- 491 492# Separate option because drm_panel_orientation_quirks.c is shared with fbdev 493config DRM_PANEL_ORIENTATION_QUIRKS 494 tristate 495 496config DRM_LIB_RANDOM 497 bool 498 default n |
499 500config DRM_PRIVACY_SCREEN 501 bool 502 default n |
|