Kconfig 305 B

1234567891011121314
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. if ARCH_BOARD_MIRTOO
  6. config MIRTOO_RELEASE
  7. int "Mirtoo release number"
  8. default 2
  9. ---help---
  10. Select the Mirtoo release number. For example, 1 for release R1.
  11. endif