mm: softdirty: respect VM_SOFTDIRTY in PTE holes
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig.debug
index f8f45ec0ed460354ab3314c39e62d62754b232f2..cfe7df8f62ccb3b46d7b976fdd2acdefd9007540 100644 (file)
@@ -1536,6 +1536,14 @@ config TEST_STRING_HELPERS
 config TEST_KSTRTOX
        tristate "Test kstrto*() family of functions at runtime"
 
+config TEST_RHASHTABLE
+       bool "Perform selftest on resizable hash table"
+       default n
+       help
+         Enable this option to test the rhashtable functions at boot.
+
+         If unsure, say N.
+
 endmenu # runtime tests
 
 config PROVIDE_OHCI1394_DMA_INIT
@@ -1648,6 +1656,15 @@ config TEST_FIRMWARE
 
          If unsure, say N.
 
+config TEST_UDELAY
+       tristate "udelay test driver"
+       default n
+       help
+         This builds the "udelay_test" module that helps to make sure
+         that udelay() is working properly.
+
+         If unsure, say N.
+
 source "samples/Kconfig"
 
 source "lib/Kconfig.kgdb"