Commit 4cabf00f authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/Kconfig: move generic Kconfig options above drivers



Keep non-driver options together, above drivers.

DRM_PANEL_ORIENTATION_QUIRKS remains alone at the end because it's
outside of the whole "if DRM" block.

Reviewed-by: default avatarMaarten Lankhorst <dev@lankhorst.se>
Link: https://patch.msgid.link/a0f9e1a31a2190f535f2c2f94af6e22030db199f.1762251845.git.jani.nikula@intel.com


Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent f88cb266
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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