Update some Kconfig comments.

This commit is contained in:
Gregory Nutt 2019-01-26 13:34:01 -06:00
parent db0b9b7c34
commit 6e64b05ef3

View File

@ -114,4 +114,9 @@ config BINFMT_CONSTRUCTORS
config SYMTAB_ORDEREDBYNAME
bool "Symbol Tables Ordered by Name"
default n
---help---
Select if the symbol table is ordered by symbol name. In this case,
the logic can perform faster lookups using a binary search.
Otherwise, the symbol table is assumed to be un-ordered an only
slow, linear searches are supported.