X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2FKconfig;h=991c98bc4a3f51e9e7f377274084bec909483ea9;hb=cd11cf505318ff24e42f35145f9cdf8596fa1958;hp=06dc74200a5159c5b5458c36e2b71297e638a194;hpb=e345d767f6530ec9cb0aabab7ea248072a9c6975;p=~andy%2Flinux diff --git a/lib/Kconfig b/lib/Kconfig index 06dc74200a5..991c98bc4a3 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