summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2017-02-23 10:57:45 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-23 10:55:07 -0500
commit50ab3af16c48bc14a6787ab2f506c403d9d1bfad (patch)
treed7c1a9d3b47b8781a8e7f7acbd22286cd38203c8 /lib
parentca92aea9781691bae3bafde95048cc3840a70ad8 (diff)
downloadlinux-50ab3af16c48bc14a6787ab2f506c403d9d1bfad.tar.gz
linux-50ab3af16c48bc14a6787ab2f506c403d9d1bfad.tar.xz
lib: Remove string from parman config selection
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 5d644f180fe5..f3552604e47a 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -551,6 +551,6 @@ config SBITMAP
bool
config PARMAN
- tristate "parman"
+ tristate
endmenu