mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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>
This commit is contained in:
parent
56d2126766
commit
25f9b0d351
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user