public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc/mei: INTEL_MEI should depend on X86 or DRM_XE
@ 2026-01-27 19:11 Geert Uytterhoeven
  2026-01-28  6:41 ` Usyskin, Alexander
  0 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2026-01-27 19:11 UTC (permalink / raw)
  To: Alexander Usyskin, Arnd Bergmann, Greg Kroah-Hartman,
	Simon Richter
  Cc: linux-kernel, Geert Uytterhoeven

The Intel Management Engine Interface is only present on x86 platforms
and Intel Xe graphics cards.  Hence add a dependency on X86 or DRM_XE,
to prevent asking the user about this driver when configuring a kernel
for a non-x86 architecture and without Xe graphics support.

Fixes: 25f9b0d351552f63 ("misc/mei: Allow building Intel ME interface on non-x86")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/misc/mei/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig
index 5902dd1ee44baf16..094fb1dde0fe80c5 100644
--- a/drivers/misc/mei/Kconfig
+++ b/drivers/misc/mei/Kconfig
@@ -3,6 +3,7 @@
 config INTEL_MEI
 	tristate "Intel Management Engine Interface"
 	depends on PCI
+	depends on X86 || DRM_XE!=n || COMPILE_TEST
 	default X86_64 || MATOM
 	help
 	  The Intel Management Engine (Intel ME) provides Manageability,
-- 
2.43.0


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

end of thread, other threads:[~2026-02-02 11:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 19:11 [PATCH] misc/mei: INTEL_MEI should depend on X86 or DRM_XE Geert Uytterhoeven
2026-01-28  6:41 ` Usyskin, Alexander
2026-01-28  6:50   ` Arnd Bergmann
2026-01-28  6:57     ` Usyskin, Alexander
2026-01-28  7:24       ` Arnd Bergmann
2026-01-29  4:45       ` Simon Richter
2026-01-29  5:53         ` Usyskin, Alexander
2026-01-30 21:15           ` Rodrigo Vivi
2026-02-01 10:15             ` Usyskin, Alexander
2026-02-02  9:33               ` Geert Uytterhoeven
2026-02-02 11:43                 ` Usyskin, Alexander
2026-01-29  8:17         ` Geert Uytterhoeven
2026-01-29  8:53           ` Arnd Bergmann
2026-01-29  9:01           ` Usyskin, Alexander

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