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 c18c439e0b390389f9941c73605a5dfac66933cf Author: Felipe Moura <[email protected]> AuthorDate: Mon Jul 20 21:37:39 2026 -0300 stm32f746g-disco: 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/arm/stm32f7/stm32f746g-disco/configs/dropbear/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/stm32f7/stm32f746g-disco/configs/dropbear/defconfig b/boards/arm/stm32f7/stm32f746g-disco/configs/dropbear/defconfig index 9202956a652..3ac3cd9ac3e 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/configs/dropbear/defconfig +++ b/boards/arm/stm32f7/stm32f746g-disco/configs/dropbear/defconfig @@ -24,6 +24,9 @@ CONFIG_ARMV7M_DTCM=y CONFIG_ARMV7M_ICACHE=y CONFIG_BOARD_LOOPSPERMSEC=43103 CONFIG_BUILTIN=y +CONFIG_CRYPTO_CRYPTODEV=y +CONFIG_CRYPTO_CRYPTODEV_SOFTWARE_CRYPTO=y +CONFIG_CRYPTO_SW_AES=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DEV_URANDOM=y CONFIG_ETH0_PHY_LAN8742A=y
