xiaoxiang781216 commented on PR #2239: URL: https://github.com/apache/nuttx-apps/pull/2239#issuecomment-1867747126
We found that select expose some bad effect, for example: 1. Feature A depends on Feature C 2. Feature B select Feature C The initial defconfig set both A and C to y to get feature A. Next, he wants feature B and enable it, defconfig contain just contains A and B. In the later, B feature doesn't need and then remove B from defconfig, but defconfig fail since C is removed from step 2. -- 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