Kconfig.projbuild 220 B

1234567
  1. menu "Example Configuration"
  2. config EXAMPLE_TEST_RUN_USING_QEMU
  3. bool "Run example test using Qemu"
  4. help
  5. Enabling this option emulates the example test under the QEMU environment.
  6. endmenu