wangchdo opened a new pull request, #17346:
URL: https://github.com/apache/nuttx/pull/17346

   ## Summary
   
    This patch enables support for having both a sub-Kconfig and a
    generated menu Kconfig within the same subdirectory.
   
   ## Impact
   
   Improve the implementation of nuttx_generate_kconfig(), no impact to any 
nuttx functions
   
   ## Testing
   
   ```
   1. add Kconfig in apps/testings/sched
   2. both sched/Kconfig and 
_home_lixiang_repos_nuttxspace_nuttx-apps_testing_sched_Kconfig are included in 
the generated _home_lixiang_repos_nuttxspace_nuttx-apps_testing_Kconfig:
   
   menu "Testing"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_arch_Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/cmocka/Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_cxx_Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_drivers_Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/fff/Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_fs_Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_libc_Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/ltp/Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_mm_Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/nettest/Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/nist-sts/Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/ostest/Kconfig"
   source 
"/home/lixiang/repos/nuttxspace/output/nuttx-apps/_home_lixiang_repos_nuttxspace_nuttx-apps_testing_sched_Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/sched/Kconfig"
   source "/home/lixiang/repos/nuttxspace/nuttx-apps/testing/unity/Kconfig"
   endmenu # Testing
   ```
   
   
   
   


-- 
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]

Reply via email to