Hi,
We have current product using vanilla Zephyr on other brand microcontroller. We do not want to maintain many Zephyr instances. We also are evaluating use of nrf5340 and we would like to use cryptocell accelerator functionalities with it. How to achieve it without downloading and using full NCS? How to configure use of vanila zephyr and nrf-security or nrfxlib crypto repository with vanilla zephyr? When I try to change mbedtls(sdk-mbedtls) to your implementation and also download nrfxlib(sdk-nrxflib) into my build manifest I got PSA Kconfig issues ("'modules/mbedtls/Kconfig.psa' not found"), or when I disable this config by commenting it out I got then dependency loop issues. Is it possible to use your cryptocell implementations outside of ncs? I am using Zephyr 3.2.0.