diff options
| author | Simon Richter <Simon.Richter@hogyros.de> | 2026-01-08 03:26:02 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-16 16:30:38 +0100 |
| commit | 25f9b0d351552f63ac3f72e6c655bc8f9994f7d2 (patch) | |
| tree | d2f8340453380fe700522cc2f975ab13c3894b0e /drivers/misc | |
| parent | 56d21267663bad91e8b10121224ec46366a7937e (diff) | |
| download | lwn-25f9b0d351552f63ac3f72e6c655bc8f9994f7d2.tar.gz lwn-25f9b0d351552f63ac3f72e6c655bc8f9994f7d2.zip | |
misc/mei: Allow building Intel ME interface on non-x86
The xe driver supports dGPUs which can be plugged into non-x86 machines,
and exposes a MEI GSC interface, so this driver is no longer x86 only.
Cc: Usyskin, Alexander <alexander.usyskin@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Link: https://patch.msgid.link/20260107182615.488194-2-Simon.Richter@hogyros.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/mei/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/Kconfig b/drivers/misc/mei/Kconfig index f4eb307cd35e..6da518f3b73c 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, |
