2020-12-04 09:16:12 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3
|
|
|
|
bool "ARGTABLE3 library"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enables the ARGTABLE3 library.
|
|
|
|
|
|
|
|
if SYSTEM_ARGTABLE3
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3_VERSION
|
|
|
|
string "ARGTABLE3 Version"
|
2021-01-13 18:57:46 +01:00
|
|
|
default "3.1.5.1c1bb23"
|
2020-12-04 09:16:12 +01:00
|
|
|
|
|
|
|
endif
|