From: Geert Uytterhoeven Date: Fri, 24 Feb 2017 10:25:55 +0000 (+0100) Subject: lib: Allow compile-testing of parman X-Git-Tag: v4.11-rc1~55^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9d25af69b3cfa2f88559efa0c1a4b4f18724694b;hp=99253eb750fda6a644d5188fb26c43bad8d5a745;p=linux.git 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 Signed-off-by: David S. Miller --- 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