]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig
drm/i915: Refactor code to select the DDI buf translation table
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig
index 260a80e313b9022a711f77a8531feb5f864fa91c..1788a1f50d28735202761686ac58be0308caecb2 100644 (file)
@@ -550,4 +550,11 @@ config STACKDEPOT
 config SBITMAP
        bool
 
+config PRIME_NUMBERS
+       tristate "Prime number generator"
+       default n
+       help
+         Provides a helper module to generate prime numbers. Useful for writing
+         test code, especially when checking multiplication and divison.
+
 endmenu