AlexanderVasiljev commented on pull request #3704:
URL: https://github.com/apache/incubator-nuttx/pull/3704#issuecomment-858600351


   This is Kconfig localy on my PC. I can open menu with "make menuconfig" and 
with "cmake --build build -t menuconfig".
   
   ```
   choice
           prompt "Build Host Platform"
           default HOST_LINUX
   
   config HOST_LINUX
           bool "Linux"
           option env="HOST_LINUX"
   
   config HOST_MACOS
           bool "macOS"
           option env="HOST_MACOS"
   
   config HOST_WINDOWS
           bool "Windows"
           option env="HOST_WINDOWS"
   
   config HOST_OTHER
           bool "Other"
           option env="HOST_OTHER"
   
   endchoice
   
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to