]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / lib / Kconfig
index b3c8be0da17f8472429ad79787c76d42fa62eb02..3cb879b1f28276e9f8c98dc0670caaa0dcec48df 100644 (file)
@@ -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