]> git.baikalelectronics.ru Git - kernel.git/commit
init/Kconfig: keep Expert users menu together
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 6 Jul 2016 23:06:53 +0000 (16:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Jul 2016 23:27:20 +0000 (16:27 -0700)
commit733b522d853fa66016e0ac55f54311efae3fd2f5
treef25666c2afaa40ee74d511398c725f46953d4816
parent705e779dafad1325c9db634d50ea4b65aeebb537
init/Kconfig: keep Expert users menu together

The "expert" menu was broken (split) such that all entries in it after
KALLSYMS were displayed in the "General setup" area instead of in the
"Expert users" area.  Fix this by adding one kconfig dependency.

Yes, the Expert users menu is fragile.  Problems like this have happened
several times in the past.  I will attempt to isolate the Expert users
menu if there is interest in that.

Fixes: 882ae33ae4a2 ("x86: kallsyms: disable absolute percpu symbols on !SMP")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: stable@vger.kernel.org # 4.6
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig