Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / lib / Kconfig
index e09b3e0..f33d66f 100644 (file)
@@ -554,6 +554,14 @@ config SIGNATURE
          Digital signature verification. Currently only RSA is supported.
          Implementation is done using GnuPG MPI library
 
+config DIMLIB
+       bool "DIM library"
+       default y
+       help
+         Dynamic Interrupt Moderation library.
+         Implements an algorithm for dynamically change CQ modertion values
+         according to run time performance.
+
 #
 # libfdt files, only selected if needed.
 #
@@ -568,6 +576,11 @@ config OID_REGISTRY
 config UCS2_STRING
         tristate
 
+#
+# generic vdso
+#
+source "lib/vdso/Kconfig"
+
 source "lib/fonts/Kconfig"
 
 config SG_SPLIT