summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2017-02-24 11:25:55 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-26 21:26:47 -0500
commit9d25af69b3cfa2f88559efa0c1a4b4f18724694b (patch)
treef67bd3832494d34cedf4b05921055644a27ed89e
parent99253eb750fda6a644d5188fb26c43bad8d5a745 (diff)
downloadlinux-9d25af69b3cfa2f88559efa0c1a4b4f18724694b.tar.gz
linux-9d25af69b3cfa2f88559efa0c1a4b4f18724694b.tar.xz
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>
-rw-r--r--lib/Kconfig2
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