]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.debug
lib: Add self-test for atomic64_t
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.debug
index 25c3ed594c547966c1c291750d8adeb3b9e5674b..3676c517a0732c7da22c3d043abf1c326f901549 100644 (file)
@@ -1054,6 +1054,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"