Kconfig (4dc4af9ce32681fbd16aa0e757ccba341cc9d4ca) | Kconfig (54d7431af73e2fa53b73cfeb2bec559c6664a4e4) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 49 select ARCH_SUPPORTS_HUGETLBFS if MMU 50 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 51 select ARCH_SUPPORTS_PER_VMA_LOCK if MMU 52 select ARCH_SUPPORTS_SHADOW_CALL_STACK if HAVE_SHADOW_CALL_STACK 53 select ARCH_USE_MEMTEST 54 select ARCH_USE_QUEUED_RWLOCKS 55 select ARCH_USES_CFI_TRAPS if CFI_CLANG | 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 --- 39 unchanged lines hidden (view full) --- 48 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU 49 select ARCH_SUPPORTS_HUGETLBFS if MMU 50 select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU 51 select ARCH_SUPPORTS_PER_VMA_LOCK if MMU 52 select ARCH_SUPPORTS_SHADOW_CALL_STACK if HAVE_SHADOW_CALL_STACK 53 select ARCH_USE_MEMTEST 54 select ARCH_USE_QUEUED_RWLOCKS 55 select ARCH_USES_CFI_TRAPS if CFI_CLANG |
56 select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH if SMP && MMU |
|
56 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 57 select ARCH_WANT_FRAME_POINTERS 58 select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT 59 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 60 select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL 61 select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 62 select ARCH_WANTS_NO_INSTR 63 select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE --- 904 unchanged lines hidden --- | 57 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU 58 select ARCH_WANT_FRAME_POINTERS 59 select ARCH_WANT_GENERAL_HUGETLB if !RISCV_ISA_SVNAPOT 60 select ARCH_WANT_HUGE_PMD_SHARE if 64BIT 61 select ARCH_WANT_LD_ORPHAN_WARN if !XIP_KERNEL 62 select ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP 63 select ARCH_WANTS_NO_INSTR 64 select ARCH_WANTS_THP_SWAP if HAVE_ARCH_TRANSPARENT_HUGEPAGE --- 904 unchanged lines hidden --- |