Kconfig.projbuild 378 B

12345678910111213141516
  1. menu "Example Configuration"
  2. config TARGET_DOMAIN
  3. string "Target Domain"
  4. default "www.baidu.com"
  5. help
  6. Target domain for the example to connect to.
  7. config TARGET_PORT_NUMBER
  8. int "Target port number"
  9. range 0 65535
  10. default 443
  11. help
  12. Target port number for the example to connect to.
  13. endmenu