Skip to content

Commit

Permalink
lib: Fix malformed JSON_LIBARY Kconfig default
Browse files Browse the repository at this point in the history
'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 <[email protected]>
  • Loading branch information
ulfalizer authored and nashif committed Jun 13, 2018
1 parent f177fb8 commit 99cef4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ menu "Additional libraries"

config JSON_LIBRARY
bool
default N
prompt "Build JSON library"
help
Build a minimal JSON parsing/encoding library. Used by sample
Expand Down

0 comments on commit 99cef4c

Please sign in to comment.