Merge branch 'core/urgent' into core/locking
[sfrench/cifs-2.6.git] / lib / Kconfig
index 50b47cde8b49f0f6850e44702d0ee6d159a33e3f..3f7fb4de6ee7dd2b15f8de02f2e96a0e02f49728 100644 (file)
@@ -51,13 +51,6 @@ config PERCPU_RWSEM
 config ARCH_USE_CMPXCHG_LOCKREF
        bool
 
-config CMPXCHG_LOCKREF
-       def_bool y if ARCH_USE_CMPXCHG_LOCKREF
-       depends on SMP
-       depends on !GENERIC_LOCKBREAK
-       depends on !DEBUG_SPINLOCK
-       depends on !DEBUG_LOCK_ALLOC
-
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -189,6 +182,13 @@ config AUDIT_GENERIC
        depends on AUDIT && !AUDIT_ARCH
        default y
 
+config RANDOM32_SELFTEST
+       bool "PRNG perform self test on init"
+       default n
+       help
+         This option enables the 32 bit PRNG library functions to perform a
+         self test on initialization.
+
 #
 # compression support is select'ed if needed
 #