Update some Kconfig comments.
This commit is contained in:
parent
db0b9b7c34
commit
6e64b05ef3
@ -114,4 +114,9 @@ config BINFMT_CONSTRUCTORS
|
|||||||
config SYMTAB_ORDEREDBYNAME
|
config SYMTAB_ORDEREDBYNAME
|
||||||
bool "Symbol Tables Ordered by Name"
|
bool "Symbol Tables Ordered by Name"
|
||||||
default n
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user