lib: Fix malformed JSON_LIBARY Kconfig default

'default N' should have been 'default n', though they happen to have the
same effect here, due to undefined Kconfig symbols ('N') evaluating to
'n' in a boolean sense.

Kconfig bool symbols implicitly default to 'n', so remove the default
rather than fixing it.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-06-01 05:47:46 +02:00 committed by Anas Nashif
commit 99cef4c60d

View file

@ -10,7 +10,6 @@ menu "Additional libraries"
config JSON_LIBRARY config JSON_LIBRARY
bool bool
default N
prompt "Build JSON library" prompt "Build JSON library"
help help
Build a minimal JSON parsing/encoding library. Used by sample Build a minimal JSON parsing/encoding library. Used by sample