]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
lib: Remove string from parman config selection
authorJiri Pirko <jiri@mellanox.com>
Thu, 23 Feb 2017 09:57:45 +0000 (10:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 15:55:07 +0000 (10:55 -0500)
As reported by Geert, remove the string so the user does not see this
config option. The option is explicitly selected only as a dependency of
in-kernel users.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Fixes: 44091d29f207 ("lib: Introduce priority array area manager")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/Kconfig

index 5d644f180fe5b6218a2687abf5c2bf577b99fc67..f3552604e47a0db9afef9a26bb26d736cd4dc54c 100644 (file)
@@ -551,6 +551,6 @@ config SBITMAP
        bool
 
 config PARMAN
-       tristate "parman"
+       tristate
 
 endmenu