mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 02:46:33 +00:00
14 lines
305 B
Text
14 lines
305 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_MIRTOO
|
|
|
|
config MIRTOO_RELEASE
|
|
int "Mirtoo release number"
|
|
default 2
|
|
---help---
|
|
Select the Mirtoo release number. For example, 1 for release R1.
|
|
|
|
endif
|