aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 935248bdbc47..231384012a14 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1086,6 +1086,13 @@ config DMA_API_DEBUG
1086 This option causes a performance degredation. Use only if you want 1086 This option causes a performance degredation. Use only if you want
1087 to debug device drivers. If unsure, say N. 1087 to debug device drivers. If unsure, say N.
1088 1088
1089config ATOMIC64_SELFTEST
1090 bool "Perform an atomic64_t self-test at boot"
1091 help
1092 Enable this option to test the atomic64_t functions at boot.
1093
1094 If unsure, say N.
1095
1089source "samples/Kconfig" 1096source "samples/Kconfig"
1090 1097
1091source "lib/Kconfig.kgdb" 1098source "lib/Kconfig.kgdb"