Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 2 | # |
| 3 | # For a description of the syntax of this configuration file, |
Mauro Carvalho Chehab | cd238ef | 2019-06-12 14:52:48 -0300 | [diff] [blame] | 4 | # see Documentation/kbuild/kconfig-language.rst. |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 5 | # |
| 6 | |
Christoph Hellwig | c3e4ed0 | 2018-04-27 08:38:23 +0200 | [diff] [blame] | 7 | config 64BIT |
| 8 | bool |
| 9 | |
| 10 | config 32BIT |
| 11 | bool |
| 12 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 13 | config RISCV |
| 14 | def_bool y |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 15 | select ARCH_CLOCKSOURCE_INIT |
Chen Wandun | c24a196 | 2021-08-10 21:51:05 +0800 | [diff] [blame] | 16 | select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION |
Christoph Hellwig | ad97f9d | 2019-06-13 09:09:03 +0200 | [diff] [blame] | 17 | select ARCH_HAS_BINFMT_FLAT |
Emil Renner Berthing | 925ac7b | 2020-07-14 23:26:11 +0200 | [diff] [blame] | 18 | select ARCH_HAS_DEBUG_VM_PGTABLE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 19 | select ARCH_HAS_DEBUG_VIRTUAL if MMU |
Zong Li | b422d28 | 2020-06-03 16:03:55 -0700 | [diff] [blame] | 20 | select ARCH_HAS_DEBUG_WX |
Kefeng Wang | 9530141 | 2021-02-25 15:03:03 +0800 | [diff] [blame] | 21 | select ARCH_HAS_FORTIFY_SOURCE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 22 | select ARCH_HAS_GCOV_PROFILE_ALL |
| 23 | select ARCH_HAS_GIGANTIC_PAGE |
Tobias Klauser | 20d38f7 | 2020-06-26 14:40:56 +0200 | [diff] [blame] | 24 | select ARCH_HAS_KCOV |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 25 | select ARCH_HAS_MMIOWB |
| 26 | select ARCH_HAS_PTE_SPECIAL |
Mike Rapoport | 10cc327 | 2021-07-07 18:07:54 -0700 | [diff] [blame] | 27 | select ARCH_HAS_SET_DIRECT_MAP if MMU |
| 28 | select ARCH_HAS_SET_MEMORY if MMU |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 29 | select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL |
| 30 | select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL |
Guo Ren | 2f10058 | 2021-03-07 10:24:46 +0800 | [diff] [blame] | 31 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Jisheng Zhang | 8341dcf | 2021-08-05 00:30:59 +0800 | [diff] [blame] | 32 | select ARCH_HAS_UBSAN_SANITIZE_ALL |
Vincent Chen | fc0c769 | 2020-06-23 13:36:59 +0800 | [diff] [blame] | 33 | select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX |
| 34 | select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT |
Jisheng Zhang | 7f85b04 | 2021-08-05 00:29:08 +0800 | [diff] [blame] | 35 | select ARCH_STACKWALK |
| 36 | select ARCH_SUPPORTS_ATOMIC_RMW |
| 37 | select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU |
Anshuman Khandual | 855f9a8 | 2021-05-04 18:38:13 -0700 | [diff] [blame] | 38 | select ARCH_SUPPORTS_HUGETLBFS if MMU |
Kefeng Wang | 97a0310 | 2021-05-07 17:47:15 +0800 | [diff] [blame] | 39 | select ARCH_USE_MEMTEST |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 40 | select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 41 | select ARCH_WANT_FRAME_POINTERS |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 42 | select ARCH_WANT_HUGE_PMD_SHARE if 64BIT |
Damien Le Moal | 09accc3 | 2021-04-17 10:10:09 +0900 | [diff] [blame] | 43 | select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU |
Jisheng Zhang | 54fed35 | 2021-08-26 22:10:29 +0800 | [diff] [blame] | 44 | select BUILDTIME_TABLE_SORT if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 45 | select CLONE_BACKWARDS |
Palmer Dabbelt | d5be89a | 2020-09-14 09:56:30 -0700 | [diff] [blame] | 46 | select CLINT_TIMER if !MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 47 | select COMMON_CLK |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 48 | select EDAC_SUPPORT |
| 49 | select GENERIC_ARCH_TOPOLOGY if SMP |
| 50 | select GENERIC_ATOMIC64 if !64BIT |
Guo Ren | 2f10058 | 2021-03-07 10:24:46 +0800 | [diff] [blame] | 51 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Atish Patra | 6262f66 | 2020-09-17 15:37:11 -0700 | [diff] [blame] | 52 | select GENERIC_EARLY_IOREMAP |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 53 | select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO |
Kefeng Wang | bcf11b5 | 2021-07-08 09:59:48 +0800 | [diff] [blame] | 54 | select GENERIC_IDLE_POLL_SETUP |
Christoph Hellwig | 8350229 | 2021-09-07 19:55:58 -0700 | [diff] [blame] | 55 | select GENERIC_IOREMAP if MMU |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 56 | select GENERIC_IRQ_MULTI_HANDLER |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 57 | select GENERIC_IRQ_SHOW |
Kefeng Wang | ecd4916 | 2021-07-08 09:59:49 +0800 | [diff] [blame] | 58 | select GENERIC_IRQ_SHOW_LEVEL |
Palmer Dabbelt | 78ed473 | 2020-07-09 11:51:17 -0700 | [diff] [blame] | 59 | select GENERIC_LIB_DEVMEM_IS_ALLOWED |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 60 | select GENERIC_PCI_IOMAP |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 61 | select GENERIC_PTDUMP if MMU |
Anup Patel | 9b9afe4 | 2018-12-04 15:59:51 +0530 | [diff] [blame] | 62 | select GENERIC_SCHED_CLOCK |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 63 | select GENERIC_SMP_IDLE_THREAD |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 64 | select GENERIC_TIME_VSYSCALL if MMU && 64BIT |
Tong Tiangen | dffe11e | 2021-09-01 03:20:25 +0000 | [diff] [blame] | 65 | select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO |
David Abdurachmanov | efe75c4 | 2018-10-29 11:48:53 +0100 | [diff] [blame] | 66 | select HAVE_ARCH_AUDITSYSCALL |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 67 | select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL |
| 68 | select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 69 | select HAVE_ARCH_KASAN if MMU && 64BIT |
Nylon Chen | e178d67 | 2021-01-16 13:58:35 +0800 | [diff] [blame] | 70 | select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT |
Liu Shixin | 47513f2 | 2021-06-15 11:07:34 +0800 | [diff] [blame] | 71 | select HAVE_ARCH_KFENCE if MMU && 64BIT |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 72 | select HAVE_ARCH_KGDB if !XIP_KERNEL |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 73 | select HAVE_ARCH_KGDB_QXFER_PKT |
| 74 | select HAVE_ARCH_MMAP_RND_BITS if MMU |
David Abdurachmanov | 5340627 | 2019-10-04 17:12:22 -0700 | [diff] [blame] | 75 | select HAVE_ARCH_SECCOMP_FILTER |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 76 | select HAVE_ARCH_TRACEHOOK |
Linus Torvalds | 9b76d71 | 2021-07-09 10:36:29 -0700 | [diff] [blame] | 77 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU |
Tong Tiangen | 13e47be | 2021-07-02 04:54:21 +0000 | [diff] [blame] | 78 | select HAVE_ARCH_THREAD_STRUCT_WHITELIST |
Tong Tiangen | 31da94c | 2021-06-21 11:28:55 +0800 | [diff] [blame] | 79 | select HAVE_ARCH_VMAP_STACK if MMU && 64BIT |
Masahiro Yamada | 2ff2b7e | 2019-08-19 14:54:20 +0900 | [diff] [blame] | 80 | select HAVE_ASM_MODVERSIONS |
Greentime Hu | ed48b29 | 2020-06-24 17:03:16 +0800 | [diff] [blame] | 81 | select HAVE_CONTEXT_TRACKING |
Tobias Klauser | cbb3d91 | 2020-06-27 12:50:50 +0200 | [diff] [blame] | 82 | select HAVE_DEBUG_KMEMLEAK |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 83 | select HAVE_DMA_CONTIGUOUS if MMU |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 84 | select HAVE_EBPF_JIT if MMU |
Guo Ren | ee55ff8 | 2020-12-17 16:01:45 +0000 | [diff] [blame] | 85 | select HAVE_FUNCTION_ERROR_INJECTION |
Jim Wilson | b90edb3 | 2018-10-16 14:42:59 -0700 | [diff] [blame] | 86 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Tobias Klauser | 20d38f7 | 2020-06-26 14:40:56 +0200 | [diff] [blame] | 87 | select HAVE_GCC_PLUGINS |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 88 | select HAVE_GENERIC_VDSO if MMU && 64BIT |
Kefeng Wang | 31564b8 | 2020-10-28 12:28:42 +0800 | [diff] [blame] | 89 | select HAVE_IRQ_TIME_ACCOUNTING |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 90 | select HAVE_KPROBES if !XIP_KERNEL |
| 91 | select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL |
| 92 | select HAVE_KRETPROBES if !XIP_KERNEL |
Jisheng Zhang | 3332f41 | 2021-04-17 00:37:22 +0800 | [diff] [blame] | 93 | select HAVE_MOVE_PMD |
| 94 | select HAVE_MOVE_PUD |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 95 | select HAVE_PCI |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 96 | select HAVE_PERF_EVENTS |
Mao Han | 98a93b0 | 2019-09-05 11:46:35 +0800 | [diff] [blame] | 97 | select HAVE_PERF_REGS |
| 98 | select HAVE_PERF_USER_STACK_DUMP |
Patrick Stählin | dcdc7a53 | 2020-12-17 16:01:37 +0000 | [diff] [blame] | 99 | select HAVE_REGS_AND_STACK_ACCESS_API |
Jeff Xie | 70eee55 | 2021-06-20 20:01:51 +0800 | [diff] [blame] | 100 | select HAVE_FUNCTION_ARG_ACCESS_API |
Guo Ren | f2c9699 | 2020-07-10 16:19:57 +0000 | [diff] [blame] | 101 | select HAVE_STACKPROTECTOR |
David Abdurachmanov | 5aeb1b3 | 2018-12-06 16:26:35 +0100 | [diff] [blame] | 102 | select HAVE_SYSCALL_TRACEPOINTS |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 103 | select IRQ_DOMAIN |
Kefeng Wang | 8165c6a | 2021-07-08 09:59:47 +0800 | [diff] [blame] | 104 | select IRQ_FORCED_THREADING |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 105 | select MODULES_USE_ELF_RELA if MODULES |
Zong Li | 2cffc95 | 2018-12-07 17:02:16 +0800 | [diff] [blame] | 106 | select MODULE_SECTIONS if MODULES |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 107 | select OF |
| 108 | select OF_EARLY_FLATTREE |
| 109 | select OF_IRQ |
Christoph Hellwig | 2eac9c2 | 2018-11-15 20:05:33 +0100 | [diff] [blame] | 110 | select PCI_DOMAINS_GENERIC if PCI |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 111 | select PCI_MSI if PCI |
Anup Patel | e71ee06 | 2020-06-01 14:45:43 +0530 | [diff] [blame] | 112 | select RISCV_INTC |
Anup Patel | 2bc3fc8 | 2020-08-17 18:12:50 +0530 | [diff] [blame] | 113 | select RISCV_TIMER if RISCV_SBI |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 114 | select SPARSE_IRQ |
| 115 | select SYSCTL_EXCEPTION_TRACE |
| 116 | select THREAD_INFO_IN_TASK |
Masahiro Yamada | 4aae683 | 2021-07-31 14:22:32 +0900 | [diff] [blame] | 117 | select TRACE_IRQFLAGS_SUPPORT |
Christoph Hellwig | 11129e8 | 2020-09-07 07:58:22 +0200 | [diff] [blame] | 118 | select UACCESS_MEMCPY if !MMU |
Kefeng Wang | 63703f3 | 2021-06-30 18:52:20 -0700 | [diff] [blame] | 119 | select ZONE_DMA32 if 64BIT |
Alexandre Ghiti | 54c95a1 | 2019-09-23 15:39:21 -0700 | [diff] [blame] | 120 | |
| 121 | config ARCH_MMAP_RND_BITS_MIN |
| 122 | default 18 if 64BIT |
| 123 | default 8 |
| 124 | |
| 125 | # max bits determined by the following formula: |
| 126 | # VA_BITS - PAGE_SHIFT - 3 |
| 127 | config ARCH_MMAP_RND_BITS_MAX |
| 128 | default 24 if 64BIT # SV39 based |
| 129 | default 17 |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 130 | |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 131 | # set if we run in machine mode, cleared if we run in supervisor mode |
| 132 | config RISCV_M_MODE |
| 133 | bool |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 134 | default !MMU |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 135 | |
Damien Le Moal | eded8bc | 2019-10-28 13:10:33 +0100 | [diff] [blame] | 136 | # set if we are running in S-mode and can use SBI calls |
| 137 | config RISCV_SBI |
| 138 | bool |
| 139 | depends on !RISCV_M_MODE |
| 140 | default y |
| 141 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 142 | config MMU |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 143 | bool "MMU-based Paged Memory Management Support" |
| 144 | default y |
| 145 | help |
| 146 | Select if you want MMU-based virtualised addressing space |
| 147 | support by paged memory management. If unsure, say 'Y'. |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 148 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 149 | config VA_BITS |
| 150 | int |
| 151 | default 32 if 32BIT |
| 152 | default 39 if 64BIT |
| 153 | |
| 154 | config PA_BITS |
| 155 | int |
| 156 | default 34 if 32BIT |
| 157 | default 56 if 64BIT |
| 158 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 159 | config PAGE_OFFSET |
| 160 | hex |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 161 | default 0xC0000000 if 32BIT && MAXPHYSMEM_1GB |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 162 | default 0x80000000 if 64BIT && !MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 163 | default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB |
| 164 | default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB |
| 165 | |
Alexandre Ghiti | 54c5639d | 2021-10-29 06:59:27 +0200 | [diff] [blame] | 166 | config KASAN_SHADOW_OFFSET |
| 167 | hex |
| 168 | depends on KASAN_GENERIC |
| 169 | default 0xdfffffc800000000 if 64BIT |
| 170 | default 0xffffffff if 32BIT |
| 171 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 172 | config ARCH_FLATMEM_ENABLE |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 173 | def_bool !NUMA |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 174 | |
| 175 | config ARCH_SPARSEMEM_ENABLE |
| 176 | def_bool y |
Damien Le Moal | aa273420 | 2020-02-12 19:34:24 +0900 | [diff] [blame] | 177 | depends on MMU |
Kefeng Wang | 199fc6b | 2021-03-29 11:13:07 +0800 | [diff] [blame] | 178 | select SPARSEMEM_STATIC if 32BIT && SPARSEMEM |
Kefeng Wang | a5406a7 | 2021-03-15 20:03:07 +0800 | [diff] [blame] | 179 | select SPARSEMEM_VMEMMAP_ENABLE if 64BIT |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 180 | |
| 181 | config ARCH_SELECT_MEMORY_MODEL |
| 182 | def_bool ARCH_SPARSEMEM_ENABLE |
| 183 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 184 | config ARCH_WANT_GENERAL_HUGETLB |
| 185 | def_bool y |
| 186 | |
Guo Ren | 7478408 | 2020-12-17 16:01:44 +0000 | [diff] [blame] | 187 | config ARCH_SUPPORTS_UPROBES |
| 188 | def_bool y |
| 189 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 190 | config STACKTRACE_SUPPORT |
| 191 | def_bool y |
| 192 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 193 | config GENERIC_BUG |
| 194 | def_bool y |
| 195 | depends on BUG |
| 196 | select GENERIC_BUG_RELATIVE_POINTERS if 64BIT |
| 197 | |
| 198 | config GENERIC_BUG_RELATIVE_POINTERS |
| 199 | bool |
| 200 | |
| 201 | config GENERIC_CALIBRATE_DELAY |
| 202 | def_bool y |
| 203 | |
| 204 | config GENERIC_CSUM |
| 205 | def_bool y |
| 206 | |
| 207 | config GENERIC_HWEIGHT |
| 208 | def_bool y |
| 209 | |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 210 | config FIX_EARLYCON_MEM |
Andreas Schwab | 0312a3d | 2019-12-17 12:15:16 +0100 | [diff] [blame] | 211 | def_bool MMU |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 212 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 213 | config PGTABLE_LEVELS |
| 214 | int |
| 215 | default 3 if 64BIT |
| 216 | default 2 |
| 217 | |
Guo Ren | 3c46979 | 2020-06-27 13:57:08 +0000 | [diff] [blame] | 218 | config LOCKDEP_SUPPORT |
| 219 | def_bool y |
| 220 | |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 221 | source "arch/riscv/Kconfig.socs" |
Vincent Chen | 6f4eea9 | 2021-03-22 22:26:03 +0800 | [diff] [blame] | 222 | source "arch/riscv/Kconfig.erratas" |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 223 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 224 | menu "Platform type" |
| 225 | |
| 226 | choice |
| 227 | prompt "Base ISA" |
| 228 | default ARCH_RV64I |
| 229 | help |
Antony Pavlov | 86cca81 | 2019-01-08 22:45:57 +0300 | [diff] [blame] | 230 | This selects the base ISA that this kernel will target and must match |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 231 | the target platform. |
| 232 | |
| 233 | config ARCH_RV32I |
| 234 | bool "RV32I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 235 | select 32BIT |
Matt Redfearn | e3d5980 | 2018-04-11 08:50:17 +0100 | [diff] [blame] | 236 | select GENERIC_LIB_ASHLDI3 |
| 237 | select GENERIC_LIB_ASHRDI3 |
| 238 | select GENERIC_LIB_LSHRDI3 |
Zong Li | 8f79125 | 2018-06-25 16:49:38 +0800 | [diff] [blame] | 239 | select GENERIC_LIB_UCMPDI2 |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 240 | select MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 241 | |
| 242 | config ARCH_RV64I |
| 243 | bool "RV64I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 244 | select 64BIT |
Nick Desaulniers | d207589 | 2021-09-10 16:40:42 -0700 | [diff] [blame] | 245 | select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 246 | select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8) |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 247 | select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 248 | select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 249 | select HAVE_FUNCTION_GRAPH_TRACER |
Jisheng Zhang | 42e0e0b | 2021-05-11 00:28:38 +0800 | [diff] [blame] | 250 | select HAVE_FUNCTION_TRACER if !XIP_KERNEL |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 251 | select SWIOTLB if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 252 | |
| 253 | endchoice |
| 254 | |
| 255 | # We must be able to map all physical memory into the kernel, but the compiler |
| 256 | # is still a bit more efficient when generating code if it's setup in a manner |
| 257 | # such that it can only map 2GiB of memory. |
| 258 | choice |
| 259 | prompt "Kernel Code Model" |
| 260 | default CMODEL_MEDLOW if 32BIT |
| 261 | default CMODEL_MEDANY if 64BIT |
| 262 | |
| 263 | config CMODEL_MEDLOW |
| 264 | bool "medium low code model" |
| 265 | config CMODEL_MEDANY |
| 266 | bool "medium any code model" |
| 267 | endchoice |
| 268 | |
Zong Li | ab1ef68 | 2018-03-15 16:50:41 +0800 | [diff] [blame] | 269 | config MODULE_SECTIONS |
| 270 | bool |
| 271 | select HAVE_MOD_ARCH_SPECIFIC |
| 272 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 273 | choice |
| 274 | prompt "Maximum Physical Memory" |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 275 | default MAXPHYSMEM_1GB if 32BIT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 276 | default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW |
| 277 | default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY |
| 278 | |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 279 | config MAXPHYSMEM_1GB |
Atish Patra | de5f4b8 | 2021-01-29 11:00:38 -0800 | [diff] [blame] | 280 | depends on 32BIT |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 281 | bool "1GiB" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 282 | config MAXPHYSMEM_2GB |
Atish Patra | de5f4b8 | 2021-01-29 11:00:38 -0800 | [diff] [blame] | 283 | depends on 64BIT && CMODEL_MEDLOW |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 284 | bool "2GiB" |
| 285 | config MAXPHYSMEM_128GB |
| 286 | depends on 64BIT && CMODEL_MEDANY |
| 287 | bool "128GiB" |
| 288 | endchoice |
| 289 | |
| 290 | |
| 291 | config SMP |
| 292 | bool "Symmetric Multi-Processing" |
| 293 | help |
| 294 | This enables support for systems with more than one CPU. If |
| 295 | you say N here, the kernel will run on single and |
| 296 | multiprocessor machines, but will use only one CPU of a |
| 297 | multiprocessor machine. If you say Y here, the kernel will run |
| 298 | on many, but not all, single processor machines. On a single |
| 299 | processor machine, the kernel will run faster if you say N |
| 300 | here. |
| 301 | |
| 302 | If you don't know what to do here, say N. |
| 303 | |
| 304 | config NR_CPUS |
| 305 | int "Maximum number of CPUs (2-32)" |
| 306 | range 2 32 |
| 307 | depends on SMP |
| 308 | default "8" |
| 309 | |
Atish Patra | f1e5858 | 2020-03-17 18:11:44 -0700 | [diff] [blame] | 310 | config HOTPLUG_CPU |
| 311 | bool "Support for hot-pluggable CPUs" |
| 312 | depends on SMP |
| 313 | select GENERIC_IRQ_MIGRATION |
| 314 | help |
| 315 | |
| 316 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 317 | can be controlled through /sys/devices/system/cpu. |
| 318 | |
| 319 | Say N if you want to disable CPU hotplug. |
| 320 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 321 | choice |
| 322 | prompt "CPU Tuning" |
| 323 | default TUNE_GENERIC |
| 324 | |
| 325 | config TUNE_GENERIC |
| 326 | bool "generic" |
| 327 | |
| 328 | endchoice |
| 329 | |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 330 | # Common NUMA Features |
| 331 | config NUMA |
| 332 | bool "NUMA Memory Allocation and Scheduler Support" |
Kefeng Wang | 1adbc29 | 2021-03-30 21:25:31 +0800 | [diff] [blame] | 333 | depends on SMP && MMU |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 334 | select GENERIC_ARCH_NUMA |
| 335 | select OF_NUMA |
| 336 | select ARCH_SUPPORTS_NUMA_BALANCING |
| 337 | help |
| 338 | Enable NUMA (Non-Uniform Memory Access) support. |
| 339 | |
| 340 | The kernel will try to allocate memory used by a CPU on the |
| 341 | local memory of the CPU and add some more NUMA awareness to the kernel. |
| 342 | |
| 343 | config NODES_SHIFT |
| 344 | int "Maximum NUMA Nodes (as a power of 2)" |
| 345 | range 1 10 |
| 346 | default "2" |
Mike Rapoport | a9ee6cf | 2021-06-28 19:43:01 -0700 | [diff] [blame] | 347 | depends on NUMA |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 348 | help |
| 349 | Specify the maximum number of NUMA Nodes available on the target |
| 350 | system. Increases memory reserved to accommodate various tables. |
| 351 | |
| 352 | config USE_PERCPU_NUMA_NODE_ID |
| 353 | def_bool y |
| 354 | depends on NUMA |
| 355 | |
| 356 | config NEED_PER_CPU_EMBED_FIRST_CHUNK |
| 357 | def_bool y |
| 358 | depends on NUMA |
| 359 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 360 | config RISCV_ISA_C |
| 361 | bool "Emit compressed instructions when building Linux" |
| 362 | default y |
| 363 | help |
| 364 | Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| 365 | when building Linux, which results in compressed instructions in the |
| 366 | Linux binary. |
| 367 | |
| 368 | If you don't know what to do here, say Y. |
| 369 | |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 370 | menu "supported PMU type" |
| 371 | depends on PERF_EVENTS |
| 372 | |
| 373 | config RISCV_BASE_PMU |
| 374 | bool "Base Performance Monitoring Unit" |
| 375 | def_bool y |
| 376 | help |
| 377 | A base PMU that serves as a reference implementation and has limited |
| 378 | feature of perf. It can run on any RISC-V machines so serves as the |
| 379 | fallback, but this option can also be disable to reduce kernel size. |
| 380 | |
| 381 | endmenu |
| 382 | |
Alan Kao | 9671f70 | 2018-10-09 10:18:33 +0800 | [diff] [blame] | 383 | config FPU |
| 384 | bool "FPU support" |
| 385 | default y |
| 386 | help |
| 387 | Say N here if you want to disable all floating-point related procedure |
| 388 | in the kernel. |
| 389 | |
| 390 | If you don't know what to do here, say Y. |
| 391 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 392 | endmenu |
| 393 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 394 | menu "Kernel features" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 395 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 396 | source "kernel/Kconfig.hz" |
| 397 | |
Atish Patra | efca139 | 2020-03-17 18:11:37 -0700 | [diff] [blame] | 398 | config RISCV_SBI_V01 |
| 399 | bool "SBI v0.1 support" |
| 400 | default y |
| 401 | depends on RISCV_SBI |
| 402 | help |
| 403 | This config allows kernel to use SBI v0.1 APIs. This will be |
| 404 | deprecated in future once legacy M-mode software are no longer in use. |
Nick Kossifidis | fba8a86 | 2021-04-19 03:55:36 +0300 | [diff] [blame] | 405 | |
| 406 | config KEXEC |
| 407 | bool "Kexec system call" |
| 408 | select KEXEC_CORE |
| 409 | select HOTPLUG_CPU if SMP |
| 410 | depends on MMU |
| 411 | help |
| 412 | kexec is a system call that implements the ability to shutdown your |
| 413 | current kernel, and to start another kernel. It is like a reboot |
| 414 | but it is independent of the system firmware. And like a reboot |
| 415 | you can start any kernel with it, not just Linux. |
| 416 | |
| 417 | The name comes from the similarity to the exec system call. |
| 418 | |
Nick Kossifidis | 5640975 | 2021-04-19 03:55:39 +0300 | [diff] [blame] | 419 | config CRASH_DUMP |
| 420 | bool "Build kdump crash kernel" |
| 421 | help |
| 422 | Generate crash dump after being started by kexec. This should |
| 423 | be normally only set in special crash dump kernels which are |
| 424 | loaded in the main kernel with kexec-tools into a specially |
| 425 | reserved region and then later executed after a crash by |
| 426 | kdump/kexec. |
| 427 | |
| 428 | For more details see Documentation/admin-guide/kdump/kdump.rst |
Nick Kossifidis | fba8a86 | 2021-04-19 03:55:36 +0300 | [diff] [blame] | 429 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 430 | endmenu |
| 431 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 432 | menu "Boot options" |
| 433 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 434 | config CMDLINE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 435 | string "Built-in kernel command line" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 436 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 437 | For most platforms, the arguments for the kernel's command line |
| 438 | are provided at run-time, during boot. However, there are cases |
| 439 | where either no arguments are being provided or the provided |
| 440 | arguments are insufficient or even invalid. |
| 441 | |
| 442 | When that occurs, it is possible to define a built-in command |
| 443 | line here and choose how the kernel should use it later on. |
| 444 | |
| 445 | choice |
| 446 | prompt "Built-in command line usage" if CMDLINE != "" |
| 447 | default CMDLINE_FALLBACK |
| 448 | help |
| 449 | Choose how the kernel will handle the provided built-in command |
| 450 | line. |
| 451 | |
| 452 | config CMDLINE_FALLBACK |
| 453 | bool "Use bootloader kernel arguments if available" |
| 454 | help |
| 455 | Use the built-in command line as fallback in case we get nothing |
| 456 | during boot. This is the default behaviour. |
| 457 | |
| 458 | config CMDLINE_EXTEND |
| 459 | bool "Extend bootloader kernel arguments" |
| 460 | help |
| 461 | The command-line arguments provided during boot will be |
| 462 | appended to the built-in command line. This is useful in |
| 463 | cases where the provided arguments are insufficient and |
| 464 | you don't want to or cannot modify them. |
| 465 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 466 | |
| 467 | config CMDLINE_FORCE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 468 | bool "Always use the default kernel command string" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 469 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 470 | Always use the built-in command line, even if we get one during |
| 471 | boot. This is useful in case you need to override the provided |
| 472 | command line on systems where you don't have or want control |
| 473 | over it. |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 474 | |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 475 | endchoice |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 476 | |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 477 | config EFI_STUB |
| 478 | bool |
| 479 | |
| 480 | config EFI |
| 481 | bool "UEFI runtime support" |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 482 | depends on OF && !XIP_KERNEL |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 483 | select LIBFDT |
| 484 | select UCS2_STRING |
| 485 | select EFI_PARAMS_FROM_FDT |
| 486 | select EFI_STUB |
| 487 | select EFI_GENERIC_STUB |
Atish Patra | b91540d | 2020-09-17 15:37:15 -0700 | [diff] [blame] | 488 | select EFI_RUNTIME_WRAPPERS |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 489 | select RISCV_ISA_C |
Atish Patra | b91540d | 2020-09-17 15:37:15 -0700 | [diff] [blame] | 490 | depends on MMU |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 491 | default y |
| 492 | help |
| 493 | This option provides support for runtime services provided |
| 494 | by UEFI firmware (such as non-volatile variables, realtime |
| 495 | clock, and platform reset). A UEFI stub is also provided to |
| 496 | allow the kernel to be booted as an EFI application. This |
| 497 | is only useful on systems that have UEFI firmware. |
| 498 | |
Guo Ren | fea2fed | 2020-12-17 16:29:18 +0000 | [diff] [blame] | 499 | config CC_HAVE_STACKPROTECTOR_TLS |
| 500 | def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0) |
| 501 | |
| 502 | config STACKPROTECTOR_PER_TASK |
| 503 | def_bool y |
Guenter Roeck | a18b14d | 2021-07-06 09:26:21 -0700 | [diff] [blame] | 504 | depends on !GCC_PLUGIN_RANDSTRUCT |
Guo Ren | fea2fed | 2020-12-17 16:29:18 +0000 | [diff] [blame] | 505 | depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS |
| 506 | |
Alexandre Ghiti | 867432b | 2021-07-21 09:59:36 +0200 | [diff] [blame] | 507 | config PHYS_RAM_BASE_FIXED |
| 508 | bool "Explicitly specified physical RAM address" |
| 509 | default n |
| 510 | |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 511 | config PHYS_RAM_BASE |
| 512 | hex "Platform Physical RAM address" |
Alexandre Ghiti | 867432b | 2021-07-21 09:59:36 +0200 | [diff] [blame] | 513 | depends on PHYS_RAM_BASE_FIXED |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 514 | default "0x80000000" |
| 515 | help |
| 516 | This is the physical address of RAM in the system. It has to be |
| 517 | explicitly specified to run early relocations of read-write data |
| 518 | from flash to RAM. |
| 519 | |
| 520 | config XIP_KERNEL |
| 521 | bool "Kernel Execute-In-Place from ROM" |
| 522 | depends on MMU && SPARSEMEM |
| 523 | # This prevents XIP from being enabled by all{yes,mod}config, which |
| 524 | # fail to build since XIP doesn't support large kernels. |
| 525 | depends on !COMPILE_TEST |
Alexandre Ghiti | 867432b | 2021-07-21 09:59:36 +0200 | [diff] [blame] | 526 | select PHYS_RAM_BASE_FIXED |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 527 | help |
| 528 | Execute-In-Place allows the kernel to run from non-volatile storage |
| 529 | directly addressable by the CPU, such as NOR flash. This saves RAM |
| 530 | space since the text section of the kernel is not loaded from flash |
| 531 | to RAM. Read-write sections, such as the data section and stack, |
| 532 | are still copied to RAM. The XIP kernel is not compressed since |
| 533 | it has to run directly from flash, so it will take more space to |
| 534 | store it. The flash address used to link the kernel object files, |
| 535 | and for storing it, is configuration dependent. Therefore, if you |
| 536 | say Y here, you must know the proper physical address where to |
| 537 | store the kernel image depending on your own flash memory usage. |
| 538 | |
| 539 | Also note that the make target becomes "make xipImage" rather than |
| 540 | "make zImage" or "make Image". The final kernel binary to put in |
| 541 | ROM memory will be arch/riscv/boot/xipImage. |
| 542 | |
| 543 | SPARSEMEM is required because the kernel text and rodata that are |
| 544 | flash resident are not backed by memmap, then any attempt to get |
| 545 | a struct page on those regions will trigger a fault. |
| 546 | |
| 547 | If unsure, say N. |
| 548 | |
| 549 | config XIP_PHYS_ADDR |
| 550 | hex "XIP Kernel Physical Location" |
| 551 | depends on XIP_KERNEL |
| 552 | default "0x21000000" |
| 553 | help |
| 554 | This is the physical address in your flash memory the kernel will |
| 555 | be linked for and stored to. This address is dependent on your |
| 556 | own flash usage. |
| 557 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 558 | endmenu |
| 559 | |
Palmer Dabbelt | 2d26825 | 2020-04-14 13:43:24 +0900 | [diff] [blame] | 560 | config BUILTIN_DTB |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 561 | bool |
Palmer Dabbelt | 2d26825 | 2020-04-14 13:43:24 +0900 | [diff] [blame] | 562 | depends on OF |
Vitaly Wool | 44c9225 | 2021-04-13 02:35:14 -0400 | [diff] [blame] | 563 | default y if XIP_KERNEL |
Palmer Dabbelt | 2d26825 | 2020-04-14 13:43:24 +0900 | [diff] [blame] | 564 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 565 | menu "Power management options" |
| 566 | |
Masahiro Yamada | 8636a1f | 2018-12-11 20:01:04 +0900 | [diff] [blame] | 567 | source "kernel/power/Kconfig" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 568 | |
| 569 | endmenu |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 570 | |
Anup Patel | 99cdc6c | 2021-09-27 17:10:01 +0530 | [diff] [blame] | 571 | source "arch/riscv/kvm/Kconfig" |