Abhishekmishra2808 commented on code in PR #3557:
URL: https://github.com/apache/nuttx-apps/pull/3557#discussion_r3506388204
##########
fsutils/passwd/Kconfig:
##########
@@ -6,8 +6,15 @@
config FSUTILS_PASSWD
bool "Password file support"
default n
+ select CRYPTO
+ select ALLOW_BSD_COMPONENTS
+ select CRYPTO_CRYPTODEV
Review Comment:
Can we keep something like this:
<img width="1095" height="442" alt="image"
src="https://github.com/user-attachments/assets/4c0d7e1f-f6a5-4e47-a589-3f8693f0c502"
/>
Because if we use "depends on," the user might go for the fixed password
most of the time, which is not recommended.
--
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]