Merge branch 'x86/asm' into x86/atomic
[safe/jmp/linux-2.6] / lib / Kconfig.debug
index 935248b..2313840 100644 (file)
@@ -1086,6 +1086,13 @@ config DMA_API_DEBUG
          This option causes a performance degredation.  Use only if you want
          to debug device drivers. If unsure, say N.
 
+config ATOMIC64_SELFTEST
+       bool "Perform an atomic64_t self-test at boot"
+       help
+         Enable this option to test the atomic64_t functions at boot.
+
+         If unsure, say N.
+
 source "samples/Kconfig"
 
 source "lib/Kconfig.kgdb"