This is an automated email from the ASF dual-hosted git repository.

cederom pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 1124d5365a35231496d7fa8465e34a3d83995b84
Author: Felipe Moura <[email protected]>
AuthorDate: Mon Jul 20 21:37:31 2026 -0300

    boards/sim: enable CRYPTO_CRYPTODEV for dropbear
    
    apache/nuttx-apps#3636 depends on it; without it NETUTILS_DROPBEAR
    silently disables on reconfigure.
    
    Signed-off-by: Felipe Moura <[email protected]>
---
 boards/sim/sim/sim/configs/dropbear/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/sim/sim/sim/configs/dropbear/defconfig 
b/boards/sim/sim/sim/configs/dropbear/defconfig
index af93cff403f..4a3bebb99c1 100644
--- a/boards/sim/sim/sim/configs/dropbear/defconfig
+++ b/boards/sim/sim/sim/configs/dropbear/defconfig
@@ -16,7 +16,10 @@ CONFIG_ARCH_SIM=y
 CONFIG_BOARD_LOOPSPERMSEC=0
 CONFIG_BOOT_RUNFROMEXTSRAM=y
 CONFIG_BUILTIN=y
+CONFIG_CRYPTO_CRYPTODEV=y
+CONFIG_CRYPTO_CRYPTODEV_SOFTWARE_CRYPTO=y
 CONFIG_CRYPTO_MBEDTLS=y
+CONFIG_CRYPTO_SW_AES=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEV_GPIO=y
 CONFIG_DEV_LOOP=y

Reply via email to