Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[platform/kernel/linux-rpi.git] / lib / Kconfig.debug
index f0788ee..6629cab 100644 (file)
@@ -1754,6 +1754,18 @@ config RBTREE_TEST
          A benchmark measuring the performance of the rbtree library.
          Also includes rbtree invariant checks.
 
+config REED_SOLOMON_TEST
+       tristate "Reed-Solomon library test"
+       depends on DEBUG_KERNEL || m
+       select REED_SOLOMON
+       select REED_SOLOMON_ENC16
+       select REED_SOLOMON_DEC16
+       help
+         This option enables the self-test function of rslib at boot,
+         or at module load time.
+
+         If unsure, say N.
+
 config INTERVAL_TREE_TEST
        tristate "Interval tree test"
        depends on DEBUG_KERNEL