diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-11-04 12:25:37 +0200 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-12-10 11:02:53 +0200 |
| commit | 4cabf00fcd09fd1dfbb3f345abe3ed2330157f22 (patch) | |
| tree | 8beb609cd58b650244b9b6a816b61f372d12e1b2 /drivers/gpu | |
| parent | f88cb2660bd09fd76b54e6bd2e62f3d7501147b6 (diff) | |
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: Maarten Lankhorst <dev@lankhorst.se>
Link: https://patch.msgid.link/a0f9e1a31a2190f535f2c2f94af6e22030db199f.1762251845.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/Kconfig | 24 |
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 |
