From: Jani Nikula Date: Thu, 11 Jan 2024 10:47:16 +0000 (+0200) Subject: drm/xe: display support should not depend on EXPERT X-Git-Tag: v6.9-rc1~126^2~16^2~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c7531f50eaa425eca8ff726287b8df3a4a51e55;p=thirdparty%2Fkernel%2Flinux.git drm/xe: display support should not depend on EXPERT Remove the DRM_XE_DISPLAY config dependency on EXPERT. I can only presume the idea was only experts should be able to disable it, but the effect is the opposite. Reported-by: Eero Tamminen Reviewed-by: Francois Dugast Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20240111104716.3548744-1-jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig index a53b0fdc15a74..1b57ae38210d4 100644 --- a/drivers/gpu/drm/xe/Kconfig +++ b/drivers/gpu/drm/xe/Kconfig @@ -47,7 +47,7 @@ config DRM_XE config DRM_XE_DISPLAY bool "Enable display support" - depends on DRM_XE && EXPERT && DRM_XE=m + depends on DRM_XE && DRM_XE=m select FB_IOMEM_HELPERS select I2C select I2C_ALGOBIT