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

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 7536666bcd954722ad35c73f10497921e1201f8b
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