| # For TLS and X.509 processing MbedTLS needs large heap size and using separate heap | |
| # for MbedTLS gives us more control over the heap size. | |
| CONFIG_MBEDTLS_HEAP_SIZE=75000 | |
| CONFIG_LTO=y | |
| CONFIG_ISR_TABLES_LOCAL_DECLARATION=y | |
| CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y |