X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lib%2FKconfig;h=991c98bc4a3f51e9e7f377274084bec909483ea9;hb=4675348e78fab420e70f9144b320d9c063c7cee8;hp=06dc74200a5159c5b5458c36e2b71297e638a194;hpb=b7e047358449f8eb5cba8197b42280b676b82e54;p=deliverable%2Flinux.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