Kconfig (3aefb2ee5bdd4a8976298415a5a017bf9844bfd5) Kconfig (d8357e3bf8f7aabd98bf4dc2709ee877b741cefc)
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

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

489 file based and takes file descriptors as system call argument
490 for kernel and initramfs as opposed to list of segments as
491 accepted by previous system call.
492
493 If you don't know what to do here, say Y.
494
495config ARCH_HAS_KEXEC_PURGATORY
496 def_bool KEXEC_FILE
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

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

489 file based and takes file descriptors as system call argument
490 for kernel and initramfs as opposed to list of segments as
491 accepted by previous system call.
492
493 If you don't know what to do here, say Y.
494
495config ARCH_HAS_KEXEC_PURGATORY
496 def_bool KEXEC_FILE
497 select BUILD_BIN2C
498 depends on CRYPTO=y
499 depends on CRYPTO_SHA256=y
500
501config CRASH_DUMP
502 bool "Build kdump crash kernel"
503 help
504 Generate crash dump after being started by kexec. This should
505 be normally only set in special crash dump kernels which are

--- 173 unchanged lines hidden ---
497 depends on CRYPTO=y
498 depends on CRYPTO_SHA256=y
499
500config CRASH_DUMP
501 bool "Build kdump crash kernel"
502 help
503 Generate crash dump after being started by kexec. This should
504 be normally only set in special crash dump kernels which are

--- 173 unchanged lines hidden ---