Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
[linux-2.6-microblaze.git] / lib / Kconfig
index 6a6ae53..c80fde8 100644 (file)
@@ -119,6 +119,8 @@ config INDIRECT_IOMEM_FALLBACK
          mmio accesses when the IO memory address is not a registered
          emulated region.
 
+source "lib/crypto/Kconfig"
+
 config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@ -668,6 +670,10 @@ config STACKDEPOT
        bool
        select STACKTRACE
 
+config STACKDEPOT_ALWAYS_INIT
+       bool
+       select STACKDEPOT
+
 config STACK_HASH_ORDER
        int "stack depot hash size (12 => 4KB, 20 => 1024KB)"
        range 12 20
@@ -677,6 +683,11 @@ config STACK_HASH_ORDER
         Select the hash size as a power of 2 for the stackdepot hash table.
         Choose a lower value to reduce the memory impact.
 
+config REF_TRACKER
+       bool
+       depends on STACKTRACE_SUPPORT
+       select STACKDEPOT
+
 config SBITMAP
        bool