summaryrefslogtreecommitdiff
path: root/drivers/firmware/imx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/imx/Kconfig')
-rw-r--r--drivers/firmware/imx/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/firmware/imx/Kconfig b/drivers/firmware/imx/Kconfig
index 5d995fe64b5c..e97f1d14d975 100644
--- a/drivers/firmware/imx/Kconfig
+++ b/drivers/firmware/imx/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
config IMX_DSP
- bool "IMX DSP Protocol driver"
+ tristate "IMX DSP Protocol driver"
depends on IMX_MBOX
help
This enables DSP IPC protocol between host AP (Linux)
@@ -28,3 +28,13 @@ config IMX_SCU_PD
depends on IMX_SCU
help
The System Controller Firmware (SCFW) based power domain driver.
+
+config IMX_SECO_MU
+ tristate "i.MX Security Controller (SECO) support"
+ depends on IMX_SCU && IMX_MBOX && MAILBOX
+
+ help
+ It is possible to use APIs exposed by the SECO like HSM and SHE using the
+ SAB protocol via the shared Messaging Unit. This driver exposes these
+ interfaces via a set of file descriptors allowing to configure shared
+ memory, send and receive messages.