Re: [PATCH master] nvmem: bsec: make OP-TEE TA interaction optional

2024-05-24 Thread Sascha Hauer
On Fri, 24 May 2024 12:35:14 +0200, Ahmad Fatoum wrote: > When targeting older OP-TEE versions, a PTA for BSEC access may not be > available. Allow disabling STM32_BSEC_OPTEE_TA in this case, so the > driver falls back to the secure monitor call silicon provider service. > > Applied, thanks!

[PATCH master] nvmem: bsec: make OP-TEE TA interaction optional

2024-05-24 Thread Ahmad Fatoum
When targeting older OP-TEE versions, a PTA for BSEC access may not be available. Allow disabling STM32_BSEC_OPTEE_TA in this case, so the driver falls back to the secure monitor call silicon provider service. Reported-by: Xogium Signed-off-by: Ahmad Fatoum --- drivers/nvmem/Kconfig | 7 +--