diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-02-09 12:20:46 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-02-09 12:20:46 +1100 |
commit | f94751d9f5d1424be0ffb0076aa6acf20fc1e807 (patch) | |
tree | 33b7722f59a46cef5d18c5b3b72d86756c3e97f3 /lib/Kconfig | |
parent | 3a3dce991d22806222fe83aad9a91b1c2d044f3a (diff) | |
parent | 4eaa39c63caf535dc1a8cc43b9a8677a100c09e1 (diff) |
Merge remote-tracking branch 'drm/drm-next'
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 5d644f180fe5..a28604ea1429 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -553,4 +553,11 @@ config SBITMAP config PARMAN tristate "parman" +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 |