]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/Kconfig.debug
mm: remove both instances of __vmalloc_node_flags
[thirdparty/linux.git] / lib / Kconfig.debug
index 21d9c5f6e7ec7552be6f46fa352a29394465e3cc..f3322a62067464afc561fe432c912b7c846f25e7 100644 (file)
@@ -2092,6 +2092,18 @@ config LIST_KUNIT_TEST
 
          If unsure, say N.
 
+config LINEAR_RANGES_TEST
+       tristate "KUnit test for linear_ranges"
+       depends on KUNIT
+       select LINEAR_RANGES
+       help
+         This builds the linear_ranges unit test, which runs on boot.
+         Tests the linear_ranges logic correctness.
+         For more information on KUnit and unit tests in general please refer
+         to the KUnit documentation in Documentation/dev-tools/kunit/.
+
+         If unsure, say N.
+
 config TEST_UDELAY
        tristate "udelay test driver"
        help