diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 930a9e5eae08..d85be90d5888 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1098,6 +1098,13 @@ config DMA_API_DEBUG | |||
1098 | This option causes a performance degredation. Use only if you want | 1098 | This option causes a performance degredation. Use only if you want |
1099 | to debug device drivers. If unsure, say N. | 1099 | to debug device drivers. If unsure, say N. |
1100 | 1100 | ||
1101 | config ATOMIC64_SELFTEST | ||
1102 | bool "Perform an atomic64_t self-test at boot" | ||
1103 | help | ||
1104 | Enable this option to test the atomic64_t functions at boot. | ||
1105 | |||
1106 | If unsure, say N. | ||
1107 | |||
1101 | source "samples/Kconfig" | 1108 | source "samples/Kconfig" |
1102 | 1109 | ||
1103 | source "lib/Kconfig.kgdb" | 1110 | source "lib/Kconfig.kgdb" |