[PATCH] issei: INTEL_SSEI should depend on X86
From: Geert Uytterhoeven
Date: Thu Aug 06 2026 - 05:53:03 EST
The Intel Silicon Security Engine is only present on systems with Intel
Lunar Lake CPUs. Hence add a dependency on X86, to prevent asking the
user about this subsystem when configuring a kernel for a non-x86
architecture.
Fixes: 65f0ecb9ec85cb3a ("issei: initial driver skeleton")
Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
drivers/misc/issei/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/issei/Kconfig b/drivers/misc/issei/Kconfig
index 12a3fd80996946c2..bd452c95aa6de46b 100644
--- a/drivers/misc/issei/Kconfig
+++ b/drivers/misc/issei/Kconfig
@@ -2,6 +2,7 @@
# Copyright (C) 2023-2026 Intel Corporation
config INTEL_SSEI
tristate "Intel Silicon Security Engine Interface"
+ depends on X86 || COMPILE_TEST
help
The ISSEI (Intel Silicon Security Engine Interface)
subsystem provides a communication channel between the host and the
--
2.43.0