Kconfig (08d0ce30e0e4fcb5f06c90fe40387b1ce9324833) | Kconfig (af0ead42f69389cd4ed68e1a4c6cde45c0adb35c) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 44 select ARCH_STACKWALK 45 select ARCH_SUPPORTS_ATOMIC_RMW 46 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 47 select ARCH_SUPPORTS_HUGETLBFS if MMU 48 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 49 select ARCH_SUPPORTS_PER_VMA_LOCK if MMU 50 select ARCH_USE_MEMTEST 51 select ARCH_USE_QUEUED_RWLOCKS | 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 --- 35 unchanged lines hidden (view full) --- 44 select ARCH_STACKWALK 45 select ARCH_SUPPORTS_ATOMIC_RMW 46 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 47 select ARCH_SUPPORTS_HUGETLBFS if MMU 48 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 49 select ARCH_SUPPORTS_PER_VMA_LOCK if MMU 50 select ARCH_USE_MEMTEST 51 select ARCH_USE_QUEUED_RWLOCKS |
52 select ARCH_USES_CFI_TRAPS if CFI_CLANG |
|
52 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 53 select ARCH_WANT_FRAME_POINTERS 54 select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT 55 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 56 select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL 57 select ARCH_WANT_OPTIMIZE_VMEMMAP 58 select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE 59 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU --- 835 unchanged lines hidden --- | 53 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 54 select ARCH_WANT_FRAME_POINTERS 55 select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT 56 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 57 select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL 58 select ARCH_WANT_OPTIMIZE_VMEMMAP 59 select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE 60 select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU --- 835 unchanged lines hidden --- |