Commit 01184bd0 authored by Gustavo Henrique Nihei's avatar Gustavo Henrique Nihei Committed by Fabio Utzig
Browse files

boot/nuttx: Enable crypto backend according to configuration from NuttX

parent 4960d12c
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
 * Included Files
 ****************************************************************************/

#include <nuttx/config.h>

#ifdef CONFIG_MCUBOOT_WATCHDOG
#include "watchdog/watchdog.h"
#endif
@@ -85,13 +87,13 @@
 * available.
 */

/* Uncomment to use ARM's mbedTLS cryptographic primitives */

#ifdef CONFIG_MCUBOOT_USE_MBED_TLS
#define MCUBOOT_USE_MBED_TLS
#endif

/* Uncomment to use Tinycrypt's. */

/* #define MCUBOOT_USE_TINYCRYPT */
#ifdef CONFIG_MCUBOOT_USE_TINYCRYPT
#define MCUBOOT_USE_TINYCRYPT
#endif

/* Always check the signature of the image in the primary slot before
 * booting, even if no upgrade was performed. This is recommended if the boot