]> git.baikalelectronics.ru Git - kernel.git/commit
s390/Kconfig: Move kexec config options to "Processor type and features"
authorPhilipp Rudo <prudo@linux.vnet.ibm.com>
Tue, 27 Mar 2018 11:14:12 +0000 (13:14 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 16 Apr 2018 07:10:23 +0000 (09:10 +0200)
commite95a1f99cb7b19139eaf81153b8cf94dda0b6f26
tree785e6d9bf7121b1fe2e115edadf4fbff8d3dd986
parentfefdd63e6ecb328de13b2bfd064e5cdb9f415d56
s390/Kconfig: Move kexec config options to "Processor type and features"

The config options for kexec are currently not under any menu directory. Up
until now this was not a problem as standard kexec is always compiled in
and thus does not create a menu entry. This changed when kexec_file_load
was enabled. Its config option requires a menu entry which, when added
beneath standard kexec option, appears on the main directory above "General
Setup". Thus move the whole block further down such that the entry in now
in "Processor type and features".

While at it also update the help text for kexec file.

Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig