]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib: Allow compile-testing of parman
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 24 Feb 2017 10:25:55 +0000 (11:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2017 02:26:47 +0000 (21:26 -0500)
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>
lib/Kconfig

index 87ecd41031bd2ea8a78c43821a3c30957f1313fc..44d1a1181fb5664ac7ba4d1a2c1f1a3f14fc330c 100644 (file)
@@ -551,7 +551,7 @@ config SBITMAP
        bool
 
 config PARMAN
-       tristate
+       tristate "parman" if COMPILE_TEST
 
 config PRIME_NUMBERS
        tristate