nuttx-apps/fsutils/libtinycbor/Kconfig

18 lines
464 B
Plaintext
Raw Normal View History

2023-04-26 18:10:29 +02:00
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config FSUTILS_TINYCBOR_LIB
bool "TinyCBOR Library (RFC 8949)"
default n
depends on ALLOW_MIT_COMPONENTS
---help---
Enable support for the TinyCBOR library. This is an
implementation of RFC-8949 (Concise Binary Object
Representation).
More info: https://lupyuen.github.io/articles/cbor2
if FSUTILS_TINYCBOR_LIB
endif