X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2FKconfig;h=991c98bc4a3f51e9e7f377274084bec909483ea9;hb=dd2a0a35c3121a88af3c2228a0bc497b5e4a7f56;hp=06dc74200a5159c5b5458c36e2b71297e638a194;hpb=af2e2f328052082f58f041d574ed50c7f21c598f;p=karo-tx-linux.git diff --git a/lib/Kconfig b/lib/Kconfig index 06dc74200a51..991c98bc4a3f 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -322,6 +322,20 @@ config TEXTSEARCH_FSM config BTREE boolean +config ASSOCIATIVE_ARRAY + bool + help + Generic associative array. Can be searched and iterated over whilst + it is being modified. It is also reasonably quick to search and + modify. The algorithms are non-recursive, and the trees are highly + capacious. + + See: + + Documentation/assoc_array.txt + + for more information. + config HAS_IOMEM boolean depends on !NO_IOMEM