Kconfig (1f0d6efe52cfb85683f3e69a5c126769bbc31d86) Kconfig (e6265fe7775ec51241850abc854c9652d4709996)
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

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

662 def_bool 64BIT && MMU
663
664config ARCH_SELECTS_KEXEC_FILE
665 def_bool y
666 depends on KEXEC_FILE
667 select HAVE_IMA_KEXEC if IMA
668 select KEXEC_ELF
669
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

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

662 def_bool 64BIT && MMU
663
664config ARCH_SELECTS_KEXEC_FILE
665 def_bool y
666 depends on KEXEC_FILE
667 select HAVE_IMA_KEXEC if IMA
668 select KEXEC_ELF
669
670config ARCH_HAS_KEXEC_PURGATORY
670config ARCH_SUPPORTS_KEXEC_PURGATORY
671 def_bool KEXEC_FILE
672 depends on CRYPTO=y
673 depends on CRYPTO_SHA256=y
674
675config ARCH_SUPPORTS_CRASH_DUMP
676 def_bool y
677
678config COMPAT

--- 197 unchanged lines hidden ---
671 def_bool KEXEC_FILE
672 depends on CRYPTO=y
673 depends on CRYPTO_SHA256=y
674
675config ARCH_SUPPORTS_CRASH_DUMP
676 def_bool y
677
678config COMPAT

--- 197 unchanged lines hidden ---