netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net] lib: Remove string from parman config selection
@ 2017-02-23  9:57 Jiri Pirko
  2017-02-23 10:08 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Pirko @ 2017-02-23  9:57 UTC (permalink / raw)
  To: netdev; +Cc: davem, geert, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

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>
---
 lib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 5d644f1..f355260 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -551,6 +551,6 @@ config SBITMAP
 	bool
 
 config PARMAN
-	tristate "parman"
+	tristate
 
 endmenu
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-24  8:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23  9:57 [patch net] lib: Remove string from parman config selection Jiri Pirko
2017-02-23 10:08 ` Geert Uytterhoeven
2017-02-23 15:55 ` David Miller
2017-02-24  7:54 ` Geert Uytterhoeven
2017-02-24  8:25   ` Jiri Pirko
2017-02-24  8:30     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).