Commit bf3ff145 authored by Jani Nikula's avatar Jani Nikula Committed by Thomas Hellström
Browse files

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: default avatarEero Tamminen <eero.t.tamminen@intel.com>
Reviewed-by: default avatarFrancois Dugast <francois.dugast@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240111104716.3548744-1-jani.nikula@intel.com


(cherry picked from commit 1c7531f5)
Signed-off-by: default avatarThomas Hellström <thomas.hellstrom@linux.intel.com>
parent 8049e395
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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