tools/kconfig2html.c: Update tool to handle tristate types. Fix a few errors detected in Kconfig files.

This commit is contained in:
Gregory Nutt
2018-08-10 17:30:17 -06:00
parent 41bfe821d0
commit 17c18a1347
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ config EXECFUNCS_SYMTAB_ARRAY
symbol table.
config EXECFUNCS_NSYMBOLS_VAR
string"Name of variable holding the number of symbols"
string "Name of variable holding the number of symbols"
default "g_nsymbols"
---help---
The exec[l|v] and posix_spawn() functions are wrapper functions that