15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
#
|
|
# 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
|