Kconfig (fba8a8674f68a0628abae470dfcfbcb4a0d7a79e) Kconfig (5640975003d0234da08559677e22ec25b9cb3267)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.rst.
5#
6
7config 64BIT
8 bool

--- 391 unchanged lines hidden (view full) ---

400 help
401 kexec is a system call that implements the ability to shutdown your
402 current kernel, and to start another kernel. It is like a reboot
403 but it is independent of the system firmware. And like a reboot
404 you can start any kernel with it, not just Linux.
405
406 The name comes from the similarity to the exec system call.
407
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.rst.
5#
6
7config 64BIT
8 bool

--- 391 unchanged lines hidden (view full) ---

400 help
401 kexec is a system call that implements the ability to shutdown your
402 current kernel, and to start another kernel. It is like a reboot
403 but it is independent of the system firmware. And like a reboot
404 you can start any kernel with it, not just Linux.
405
406 The name comes from the similarity to the exec system call.
407
408config CRASH_DUMP
409 bool "Build kdump crash kernel"
410 help
411 Generate crash dump after being started by kexec. This should
412 be normally only set in special crash dump kernels which are
413 loaded in the main kernel with kexec-tools into a specially
414 reserved region and then later executed after a crash by
415 kdump/kexec.
408
416
417 For more details see Documentation/admin-guide/kdump/kdump.rst
418
409endmenu
410
411menu "Boot options"
412
413config CMDLINE
414 string "Built-in kernel command line"
415 help
416 For most platforms, the arguments for the kernel's command line

--- 81 unchanged lines hidden ---
419endmenu
420
421menu "Boot options"
422
423config CMDLINE
424 string "Built-in kernel command line"
425 help
426 For most platforms, the arguments for the kernel's command line

--- 81 unchanged lines hidden ---