net: lwm2m: dont select MBEDTLS or set MBEDTLS options in subsys
If a sample wants to use the Zephyr implementation of mbedtls, it enables CONFIG_MBEDTLS and sets any needed Zephyr-specific mbedtls options. Currently, the LwM2M subsystem selects MBEDTLS automatically when LWM2M_DTLS_SUPPORT is enabled. Let's remove this and let the LwM2M client sample enable mbedtls and it's options. This mimics the behavior of several other network-related samples and removes conflicts when selecting alternate implementations of MBEDTLS. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/17399 Signed-off-by:Michael Scott <mike@foundries.io>
Loading
Please sign in to comment