Skip to content

Commit bf3ff14

Browse files
jnikulaThomas Hellström
authored andcommitted
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 <eero.t.tamminen@intel.com> Reviewed-by: Francois Dugast <francois.dugast@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240111104716.3548744-1-jani.nikula@intel.com (cherry picked from commit 1c7531f) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent 8049e39 commit bf3ff14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config DRM_XE
4747

4848
config DRM_XE_DISPLAY
4949
bool "Enable display support"
50-
depends on DRM_XE && EXPERT && DRM_XE=m
50+
depends on DRM_XE && DRM_XE=m
5151
select FB_IOMEM_HELPERS
5252
select I2C
5353
select I2C_ALGOBIT

0 commit comments

Comments
 (0)