X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2FKconfig;h=991c98bc4a3f51e9e7f377274084bec909483ea9;hb=335a67d2ad481b03607bf30a38c28178fa1ad61a;hp=06dc74200a5159c5b5458c36e2b71297e638a194;hpb=c4de673b775e4db48cd2db6277e0c6714332ca0c;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