Leandro Pereira | fb192c5 | 2017-02-16 15:51:31 -0800 | [diff] [blame] | 1 | # Kconfig - JSON library |
2 | |||||
3 | # | ||||
4 | # Copyright (c) 2016 Intel Corporation | ||||
5 | # | ||||
6 | # SPDX-License-Identifier: Apache-2.0 | ||||
7 | # | ||||
8 | |||||
9 | menu "Additional libraries" | ||||
10 | |||||
11 | config JSON_LIBRARY | ||||
12 | bool | ||||
13 | default N | ||||
14 | prompt "Build JSON library" | ||||
15 | help | ||||
16 | Build a minimal JSON parsing/encoding library. Used by sample | ||||
17 | applications such as the NATS client. | ||||
18 | |||||
19 | endmenu |