[PATCH 1/2] Allow building Intel ME interface on non-x86
Simon Richter
Simon.Richter at hogyros.de
Tue Jul 15 08:31:28 UTC 2025
Intel dGPUs can exist on other platforms as well, and contain an Intel ME GSC
interface.
---
drivers/misc/mei/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig
index 7575fee96cc6..b8415de060c4 100644
--- a/drivers/misc/mei/Kconfig
+++ b/drivers/misc/mei/Kconfig
@@ -2,7 +2,7 @@
# Copyright (c) 2003-2019, Intel Corporation. All rights reserved.
config INTEL_MEI
tristate "Intel Management Engine Interface"
- depends on X86 && PCI
+ depends on PCI
default X86_64 || MATOM
help
The Intel Management Engine (Intel ME) provides Manageability,
--
2.47.2
More information about the Intel-xe
mailing list