FelipeMdeO opened a new pull request, #19492:
URL: https://github.com/apache/nuttx/pull/19492

   ## Summary
   
   apache/nuttx-apps#3636 replaces Dropbear's `select CRYPTO` with
   `depends on CRYPTO_CRYPTODEV` + `depends on 
CRYPTO_CRYPTODEV_SOFTWARE_CRYPTO`.
   Without those symbols in the board defconfig, `NETUTILS_DROPBEAR` silently
   disables on reconfigure. This fixes apache/nuttx-apps#3636's broken CI: its
   "Normalize sim/dropbear" check fails because `make savedefconfig` drops
   `CONFIG_NETUTILS_DROPBEAR` entirely once the dependency isn't met.
   
   Adds `CONFIG_CRYPTO_CRYPTODEV`, `CONFIG_CRYPTO_CRYPTODEV_SOFTWARE_CRYPTO`,
   and `CONFIG_CRYPTO_SW_AES` to the `sim:dropbear` and
   `stm32f746g-disco:dropbear` defconfigs.
   
   ## Impact
   
   Two defconfigs, a few lines each. No other changes.
   
   ## Testing
   
   Both configs build clean and `make savedefconfig` round-trips with no diff
   against the committed defconfig (`sim:dropbear` and
   `stm32f746g-disco:dropbear`).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to