Kconfig (d50b870b272aaad8757a2b240f038b1c204e2f8e) | Kconfig (0673cb38951215060d7993b43ad3c45cd413c2c3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_32BIT_OFF_T 6 select ARCH_HAS_BINFMT_FLAT 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DMA_WRITE_COMBINE if !ARM_DMA_MEM_BUFFERABLE --- 88 unchanged lines hidden (view full) --- 97 select HAVE_KERNEL_LZ4 98 select HAVE_KERNEL_LZMA 99 select HAVE_KERNEL_LZO 100 select HAVE_KERNEL_XZ 101 select HAVE_KPROBES if !XIP_KERNEL && !CPU_ENDIAN_BE32 && !CPU_V7M 102 select HAVE_KRETPROBES if HAVE_KPROBES 103 select HAVE_MOD_ARCH_SPECIFIC 104 select HAVE_NMI | 1# SPDX-License-Identifier: GPL-2.0 2config ARM 3 bool 4 default y 5 select ARCH_32BIT_OFF_T 6 select ARCH_HAS_BINFMT_FLAT 7 select ARCH_HAS_DEBUG_VIRTUAL if MMU 8 select ARCH_HAS_DMA_WRITE_COMBINE if !ARM_DMA_MEM_BUFFERABLE --- 88 unchanged lines hidden (view full) --- 97 select HAVE_KERNEL_LZ4 98 select HAVE_KERNEL_LZMA 99 select HAVE_KERNEL_LZO 100 select HAVE_KERNEL_XZ 101 select HAVE_KPROBES if !XIP_KERNEL && !CPU_ENDIAN_BE32 && !CPU_V7M 102 select HAVE_KRETPROBES if HAVE_KPROBES 103 select HAVE_MOD_ARCH_SPECIFIC 104 select HAVE_NMI |
105 select HAVE_OPROFILE if HAVE_PERF_EVENTS |
|
105 select HAVE_OPTPROBES if !THUMB2_KERNEL 106 select HAVE_PERF_EVENTS 107 select HAVE_PERF_REGS 108 select HAVE_PERF_USER_STACK_DUMP 109 select MMU_GATHER_RCU_TABLE_FREE if SMP && ARM_LPAE 110 select HAVE_REGS_AND_STACK_ACCESS_API 111 select HAVE_RSEQ 112 select HAVE_STACKPROTECTOR --- 1756 unchanged lines hidden (view full) --- 1869 1870 For more details see Documentation/admin-guide/kdump/kdump.rst 1871 1872config AUTO_ZRELADDR 1873 bool "Auto calculation of the decompressed kernel image address" 1874 help 1875 ZRELADDR is the physical address where the decompressed kernel 1876 image will be placed. If AUTO_ZRELADDR is selected, the address | 106 select HAVE_OPTPROBES if !THUMB2_KERNEL 107 select HAVE_PERF_EVENTS 108 select HAVE_PERF_REGS 109 select HAVE_PERF_USER_STACK_DUMP 110 select MMU_GATHER_RCU_TABLE_FREE if SMP && ARM_LPAE 111 select HAVE_REGS_AND_STACK_ACCESS_API 112 select HAVE_RSEQ 113 select HAVE_STACKPROTECTOR --- 1756 unchanged lines hidden (view full) --- 1870 1871 For more details see Documentation/admin-guide/kdump/kdump.rst 1872 1873config AUTO_ZRELADDR 1874 bool "Auto calculation of the decompressed kernel image address" 1875 help 1876 ZRELADDR is the physical address where the decompressed kernel 1877 image will be placed. If AUTO_ZRELADDR is selected, the address |
1877 will be determined at run-time by masking the current IP with 1878 0xf8000000. This assumes the zImage being placed in the first 128MB 1879 from start of memory. | 1878 will be determined at run-time, either by masking the current IP 1879 with 0xf8000000, or, if invalid, from the DTB passed in r2. 1880 This assumes the zImage being placed in the first 128MB from 1881 start of memory. |
1880 1881config EFI_STUB 1882 bool 1883 1884config EFI 1885 bool "UEFI runtime support" 1886 depends on OF && !CPU_BIG_ENDIAN && MMU && AUTO_ZRELADDR && !XIP_KERNEL 1887 select UCS2_STRING --- 140 unchanged lines hidden --- | 1882 1883config EFI_STUB 1884 bool 1885 1886config EFI 1887 bool "UEFI runtime support" 1888 depends on OF && !CPU_BIG_ENDIAN && MMU && AUTO_ZRELADDR && !XIP_KERNEL 1889 select UCS2_STRING --- 140 unchanged lines hidden --- |