diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-02-24 11:25:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-26 21:26:47 -0500 |
commit | 9d25af69b3cfa2f88559efa0c1a4b4f18724694b (patch) | |
tree | f67bd3832494d34cedf4b05921055644a27ed89e /lib/Kconfig | |
parent | 99253eb750fda6a644d5188fb26c43bad8d5a745 (diff) | |
download | linux-9d25af69b3cfa2f88559efa0c1a4b4f18724694b.tar.gz linux-9d25af69b3cfa2f88559efa0c1a4b4f18724694b.tar.bz2 linux-9d25af69b3cfa2f88559efa0c1a4b4f18724694b.zip |
lib: Allow compile-testing of parman
This allows to enable and run the accompanying test (test_parman)
without dependencies on other users of parman.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 87ecd41031bd..44d1a1181fb5 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -551,7 +551,7 @@ config SBITMAP bool config PARMAN - tristate + tristate "parman" if COMPILE_TEST config PRIME_NUMBERS tristate |