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"
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