acassis opened a new pull request, #12638: URL: https://github.com/apache/nuttx/pull/12638
## Summary Some rules on NuttX cannot be defined on Kconfig, otherwise we could limit some use cases. However in the other hand many errors happen when users select a feature and forgot to enable other. A way to detect these lazy dependencies is using #ifdefs inside the source code. NuttX uses this resource a lot, but in some cases when we have more than one use cases, we need some way to disable this constrain. ## Impact Allow to create #ifdef rules to check CONFIGs consistency that cannot be enforced on Kconfig and allow advanced users that want to use features in specific ways ignore that enforced checked rules ## Testing SIM -- 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]
