[PATCH] drm/xe/Kconfig: Select FB_CORE with FB_IOMEM_HELPERS
Thomas Hellström
thomas.hellstrom at linux.intel.com
Thu Feb 1 07:47:54 UTC 2024
FB_IOMEM_HELPERS depends on FB_CORE.
Fixes: 44e694958b95 ("drm/xe/display: Implement display support")
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
---
drivers/gpu/drm/xe/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
index e36ae1f0d885..e0bcf835e0a5 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -48,6 +48,7 @@ config DRM_XE
config DRM_XE_DISPLAY
bool "Enable display support"
depends on DRM_XE && DRM_XE=m
+ select FB_CORE
select FB_IOMEM_HELPERS
select I2C
select I2C_ALGOBIT
--
2.43.0
More information about the Intel-xe
mailing list