stbenn commented on issue #16202: URL: https://github.com/apache/nuttx/issues/16202#issuecomment-2807610128
I agree that changing all of the stm32 Kconfigs is probably not worth the effort. The process of splitting them into submenus is relatively easy and quick, but testing the refactor would be difficult. Based on the explanation of "source" in the docs (https://docs.kernel.org/kbuild/kconfig-language.html#kconfig-syntax), I thought maybe it would be possible to 'peek' at a fully parsed file used with `make menuconfig` (like a C file after the preprocessor expands everything) but a quick google search indicates this is NOT the case. If this file did exist, could make an automated tool to compare the output before/after separating the Kconfig files to verify the output is identical. -- 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