From: Jiri Pirko Date: Thu, 23 Feb 2017 09:57:45 +0000 (+0100) Subject: lib: Remove string from parman config selection X-Git-Tag: v4.11-rc1~93^2~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=50ab3af16c48bc14a6787ab2f506c403d9d1bfad;p=linux.git 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 Fixes: 44091d29f207 ("lib: Introduce priority array area manager") Signed-off-by: Jiri Pirko Tested-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- 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