Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] drm/xe: Fix unmet direct dependencies warning
@ 2025-03-22  9:55 Yue Haibing
  2025-03-22  9:50 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Yue Haibing @ 2025-03-22  9:55 UTC (permalink / raw)
  To: lucas.demarchi, thomas.hellstrom, rodrigo.vivi, airlied, simona,
	maarten.lankhorst
  Cc: intel-xe, dri-devel, linux-kernel, yuehaibing

WARNING: unmet direct dependencies detected for FB_IOMEM_HELPERS
  Depends on [n]: HAS_IOMEM [=y] && FB_CORE [=n]
  Selected by [m]:
  - DRM_XE_DISPLAY [=y] && HAS_IOMEM [=y] && DRM [=m] && DRM_XE [=m] && DRM_XE [=m]=m [=m] && HAS_IOPORT [=y]

FB_IOMEM_HELPERS depends on FB_CORE, Select it before FB_IOMEM_HELPERS.

Fixes: 44e694958b95 ("drm/xe/display: Implement display support")
Signed-off-by: Yue Haibing <yuehaibing@huawei.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 7d7995196702..fcf324f37d2d 100644
--- a/drivers/gpu/drm/xe/Kconfig
+++ b/drivers/gpu/drm/xe/Kconfig
@@ -53,6 +53,7 @@ config DRM_XE
 config DRM_XE_DISPLAY
 	bool "Enable display support"
 	depends on DRM_XE && DRM_XE=m && HAS_IOPORT
+	select FB_CORE
 	select FB_IOMEM_HELPERS
 	select I2C
 	select I2C_ALGOBIT
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-03-23  2:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22  9:55 [PATCH -next] drm/xe: Fix unmet direct dependencies warning Yue Haibing
2025-03-22  9:50 ` ✓ CI.Patch_applied: success for " Patchwork
2025-03-22  9:50 ` ✓ CI.checkpatch: " Patchwork
2025-03-22  9:51 ` ✓ CI.KUnit: " Patchwork
2025-03-22 10:08 ` ✓ CI.Build: " Patchwork
2025-03-22 10:10 ` ✓ CI.Hooks: " Patchwork
2025-03-22 10:12 ` ✓ CI.checksparse: " Patchwork
2025-03-22 10:33 ` ✓ Xe.CI.BAT: " Patchwork
2025-03-22 11:32 ` ✓ Xe.CI.Full: " Patchwork
2025-03-22 12:51 ` [PATCH -next] " Lucas De Marchi
2025-03-23  2:30   ` Yue Haibing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox