diff options
author | Jiri Pirko <jiri@mellanox.com> | 2017-02-23 10:57:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-23 10:55:07 -0500 |
commit | 50ab3af16c48bc14a6787ab2f506c403d9d1bfad (patch) | |
tree | d7c1a9d3b47b8781a8e7f7acbd22286cd38203c8 /lib | |
parent | ca92aea9781691bae3bafde95048cc3840a70ad8 (diff) | |
download | op-kernel-dev-50ab3af16c48bc14a6787ab2f506c403d9d1bfad.zip op-kernel-dev-50ab3af16c48bc14a6787ab2f506c403d9d1bfad.tar.gz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |