Skip to content

Commit d6d4319

Browse files
drivers: firmware: imx: fix dependency for IMX_SEC_ENCLAVE
IMX_SEC_ENCLAVE access the 'nvmem', thus on i.MX 8DXL/QXP/QM the following is required: NVMEM_IMX_OCOTP_SCU. Add it to the depends. With a missing NVMEM_IMX_OCOTP_SCU or with IMX_SEC_ENCLAVE=y and NVMEM_IMX_OCOTP_SCU=m, the probe can keep getting deferred. Upstream-Status: Submitted [nxp-imx/linux-imx#31] Fixes: 4faa6ae ("LF-13910-8: drivers: firmware: imx: add support for i.MX8DXL/QXP/QM") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
1 parent 6f07359 commit d6d4319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/firmware/imx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config IMX_SCMI_MISC_DRV
5858

5959
config IMX_SEC_ENCLAVE
6060
tristate "i.MX Embedded Secure Enclave - EdgeLock Enclave Firmware driver."
61-
depends on IMX_MBOX && ARCH_MXC && ARM64
61+
depends on NVMEM_IMX_OCOTP_SCU && IMX_MBOX && ARCH_MXC && ARM64
6262
select FW_LOADER
6363
default m if ARCH_MXC
6464

0 commit comments

Comments
 (0)