blob: 12a3fd80996946c2a361ecf10582a10e6cf836c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023-2026 Intel Corporation
config INTEL_SSEI
tristate "Intel Silicon Security Engine Interface"
help
The ISSEI (Intel Silicon Security Engine Interface)
subsystem provides a communication channel between the host and the
Silicon Security Engine.
Enable this driver to get SPDM and other features on Intel client CPUs
released in 2024 (Lunar Lake) or later.
If selected, the /dev/isseiX device will be created.
If in doubt, select N.
if INTEL_SSEI
config INTEL_SSEI_HW_HECI
tristate "Intel Silicon Security Engine Interface Hardware"
depends on X86 && PCI
help
HECI interface of communication channel between
the host and the Silicon Security Engine.
Implementation of ISSEI communication channel over
the HECI hardware PCI device.
This device is available on Intel client CPUs released in 2024
(Lunar Lake) or later.
endif
|