raiden00pl commented on issue #15599:
URL: https://github.com/apache/nuttx/issues/15599#issuecomment-2609301576

   > My concern with depends is that as far as I'm aware, the user has to 
enable all dependencies before the option becomes visible to select. Please 
correct me if I'm wrong. Otherwise I think I could just add a #warning 
directive about lacking floating point printing.
   
   Yes, that's a problem. But I see this more like Kconfig limitation, where 
there really is no perfect solution. In such a case we have to choose the least 
harmful solution, which in this case is to avoid `select`. This approach is 
common in other large Kconfig based projects like Linux or Zephyr.
   
   If you want see all available options, I recommend to use `kconfiglib` and 
with `[A] Toggle show-all mode`. Then you can see all available options, event 
those with unmet `depends on`.
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to