Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Simon Richter and committed by
Greg Kroah-Hartman
25f9b0d3 56d21267

+1 -1
+1 -1
drivers/misc/mei/Kconfig
··· 2 2 # Copyright (c) 2003-2019, Intel Corporation. All rights reserved. 3 3 config INTEL_MEI 4 4 tristate "Intel Management Engine Interface" 5 - depends on X86 && PCI 5 + depends on PCI 6 6 default X86_64 || MATOM 7 7 help 8 8 The Intel Management Engine (Intel ME) provides Manageability,