Kconfig.projbuild 173 B

123456789
  1. menu "Example Configuration"
  2. config TARGET_HOST
  3. string "Target host"
  4. default "127.0.01.1"
  5. help
  6. host address for the example to connect
  7. endmenu