I want to create my own mbedtls config file and maintain it as part of my codebase.
The Makefiles in my code are according to zephyr reference manual.
How can I tell the zephyr build system pick up the mbedtls configuration file from a given path in my code base rather than ‘zephyr/ext/lib/crypto/mbedtls/configs’?