xuxin930 opened a new pull request, #13532: URL: https://github.com/apache/nuttx/pull/13532
## Summary After https://github.com/apache/nuttx/pull/13452 this commit, the three-state `<m>` in kernel mode cannot be selected when using kconfig-frontend Because kconfiglib recognizes `MODULE` configuration but not `modules` attributes, and kconfig-frontend is compatible with the latest `modules` attributes of Linux, we can only use the old version to use `MODULE` configuration **PLUS** `options modules` to be compatible with both. ## Impact this is a patch for https://github.com/apache/nuttx/pull/13452 ## Testing qemu-armv8a:knsh with kconfig-frontend qemu-armv8a:knsh with kconfiglib -- 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]
