nuttx-apps/system/argtable3/Kconfig
Xiang Xiao ee443edf6a system/argtable3: Update to the latest version(v3.2.0.7402e6e)
and remove 0001-feat-Switch-to-FreeBSD-getopt-library.patch
since it is already included in the new official release

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-01-16 14:13:25 -08:00

19 lines
354 B
Plaintext

#
# 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"
default "3.2.0.7402e6e"
endif