summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/Kconfig24
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 8ec9c06b45b7..5a9b5f7a40e2 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -265,6 +265,18 @@ config DRM_SCHED
tristate
depends on DRM
+# Separate option as not all DRM drivers use it
+config DRM_PANEL_BACKLIGHT_QUIRKS
+ tristate
+
+config DRM_LIB_RANDOM
+ bool
+ default n
+
+config DRM_PRIVACY_SCREEN
+ bool
+ default n
+
source "drivers/gpu/drm/sysfb/Kconfig"
source "drivers/gpu/drm/arm/Kconfig"
@@ -393,18 +405,6 @@ source "drivers/gpu/drm/tyr/Kconfig"
source "drivers/gpu/drm/hyperv/Kconfig"
-# Separate option as not all DRM drivers use it
-config DRM_PANEL_BACKLIGHT_QUIRKS
- tristate
-
-config DRM_LIB_RANDOM
- bool
- default n
-
-config DRM_PRIVACY_SCREEN
- bool
- default n
-
endif
# Separate option because drm_panel_orientation_quirks.c is shared with fbdev