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 |
Chenxi Mao | 234e9d7 | 2020-06-05 13:15:10 +0800 | [diff] [blame] | 16 | select ARCH_SUPPORTS_ATOMIC_RMW |
Mike Rapoport | 5d6ad66 | 2020-12-14 19:10:30 -0800 | [diff] [blame] | 17 | select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU |
Kefeng Wang | 5cb0080 | 2020-11-13 14:42:23 +0800 | [diff] [blame] | 18 | select ARCH_STACKWALK |
Christoph Hellwig | ad97f9d | 2019-06-13 09:09:03 +0200 | [diff] [blame] | 19 | select ARCH_HAS_BINFMT_FLAT |
Emil Renner Berthing | 925ac7b | 2020-07-14 23:26:11 +0200 | [diff] [blame] | 20 | select ARCH_HAS_DEBUG_VM_PGTABLE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 21 | select ARCH_HAS_DEBUG_VIRTUAL if MMU |
Zong Li | b422d28 | 2020-06-03 16:03:55 -0700 | [diff] [blame] | 22 | select ARCH_HAS_DEBUG_WX |
Kefeng Wang | 9530141 | 2021-02-25 15:03:03 +0800 | [diff] [blame] | 23 | select ARCH_HAS_FORTIFY_SOURCE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 24 | select ARCH_HAS_GCOV_PROFILE_ALL |
| 25 | select ARCH_HAS_GIGANTIC_PAGE |
Tobias Klauser | 20d38f7 | 2020-06-26 14:40:56 +0200 | [diff] [blame] | 26 | select ARCH_HAS_KCOV |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 27 | select ARCH_HAS_MMIOWB |
| 28 | select ARCH_HAS_PTE_SPECIAL |
| 29 | select ARCH_HAS_SET_DIRECT_MAP |
| 30 | select ARCH_HAS_SET_MEMORY |
| 31 | select ARCH_HAS_STRICT_KERNEL_RWX if MMU |
Jisheng Zhang | a9451b8 | 2021-03-30 02:26:17 +0800 | [diff] [blame] | 32 | select ARCH_HAS_STRICT_MODULE_RWX if MMU |
Guo Ren | 2f10058 | 2021-03-07 10:24:46 +0800 | [diff] [blame] | 33 | select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST |
Vincent Chen | fc0c769 | 2020-06-23 13:36:59 +0800 | [diff] [blame] | 34 | select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX |
| 35 | select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 36 | select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 37 | select ARCH_WANT_FRAME_POINTERS |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 38 | select ARCH_WANT_HUGE_PMD_SHARE if 64BIT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 39 | select CLONE_BACKWARDS |
Palmer Dabbelt | d5be89a | 2020-09-14 09:56:30 -0700 | [diff] [blame] | 40 | select CLINT_TIMER if !MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 41 | select COMMON_CLK |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 42 | select EDAC_SUPPORT |
| 43 | select GENERIC_ARCH_TOPOLOGY if SMP |
| 44 | select GENERIC_ATOMIC64 if !64BIT |
Guo Ren | 2f10058 | 2021-03-07 10:24:46 +0800 | [diff] [blame] | 45 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
Atish Patra | 6262f66 | 2020-09-17 15:37:11 -0700 | [diff] [blame] | 46 | select GENERIC_EARLY_IOREMAP |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 47 | select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 48 | select GENERIC_IOREMAP |
| 49 | select GENERIC_IRQ_MULTI_HANDLER |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 50 | select GENERIC_IRQ_SHOW |
Palmer Dabbelt | 78ed473 | 2020-07-09 11:51:17 -0700 | [diff] [blame] | 51 | select GENERIC_LIB_DEVMEM_IS_ALLOWED |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 52 | select GENERIC_PCI_IOMAP |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 53 | select GENERIC_PTDUMP if MMU |
Anup Patel | 9b9afe4 | 2018-12-04 15:59:51 +0530 | [diff] [blame] | 54 | select GENERIC_SCHED_CLOCK |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 55 | select GENERIC_SMP_IDLE_THREAD |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 56 | select GENERIC_STRNCPY_FROM_USER if MMU |
| 57 | select GENERIC_STRNLEN_USER if MMU |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 58 | select GENERIC_TIME_VSYSCALL if MMU && 64BIT |
Anup Patel | 6b7ce892 | 2020-06-01 14:45:40 +0530 | [diff] [blame] | 59 | select HANDLE_DOMAIN_IRQ |
David Abdurachmanov | efe75c4 | 2018-10-29 11:48:53 +0100 | [diff] [blame] | 60 | select HAVE_ARCH_AUDITSYSCALL |
Emil Renner Berthing | ebc00dd | 2020-07-14 09:40:44 +0200 | [diff] [blame] | 61 | select HAVE_ARCH_JUMP_LABEL |
| 62 | select HAVE_ARCH_JUMP_LABEL_RELATIVE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 63 | select HAVE_ARCH_KASAN if MMU && 64BIT |
Nylon Chen | e178d67 | 2021-01-16 13:58:35 +0800 | [diff] [blame] | 64 | select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 65 | select HAVE_ARCH_KGDB |
| 66 | select HAVE_ARCH_KGDB_QXFER_PKT |
| 67 | select HAVE_ARCH_MMAP_RND_BITS if MMU |
David Abdurachmanov | 5340627 | 2019-10-04 17:12:22 -0700 | [diff] [blame] | 68 | select HAVE_ARCH_SECCOMP_FILTER |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 69 | select HAVE_ARCH_TRACEHOOK |
Masahiro Yamada | 2ff2b7e | 2019-08-19 14:54:20 +0900 | [diff] [blame] | 70 | select HAVE_ASM_MODVERSIONS |
Greentime Hu | ed48b29 | 2020-06-24 17:03:16 +0800 | [diff] [blame] | 71 | select HAVE_CONTEXT_TRACKING |
Tobias Klauser | cbb3d91 | 2020-06-27 12:50:50 +0200 | [diff] [blame] | 72 | select HAVE_DEBUG_KMEMLEAK |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 73 | select HAVE_DMA_CONTIGUOUS if MMU |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 74 | select HAVE_EBPF_JIT if MMU |
Guo Ren | ee55ff8 | 2020-12-17 16:01:45 +0000 | [diff] [blame] | 75 | select HAVE_FUNCTION_ERROR_INJECTION |
Jim Wilson | b90edb3 | 2018-10-16 14:42:59 -0700 | [diff] [blame] | 76 | select HAVE_FUTEX_CMPXCHG if FUTEX |
Tobias Klauser | 20d38f7 | 2020-06-26 14:40:56 +0200 | [diff] [blame] | 77 | select HAVE_GCC_PLUGINS |
Vincent Chen | ad5d112 | 2020-06-09 22:14:48 +0800 | [diff] [blame] | 78 | select HAVE_GENERIC_VDSO if MMU && 64BIT |
Kefeng Wang | 31564b8 | 2020-10-28 12:28:42 +0800 | [diff] [blame] | 79 | select HAVE_IRQ_TIME_ACCOUNTING |
Guo Ren | c22b0bc | 2020-12-17 16:01:42 +0000 | [diff] [blame] | 80 | select HAVE_KPROBES |
Guo Ren | 829adda | 2020-12-17 16:01:43 +0000 | [diff] [blame] | 81 | select HAVE_KPROBES_ON_FTRACE |
Guo Ren | c22b0bc | 2020-12-17 16:01:42 +0000 | [diff] [blame] | 82 | select HAVE_KRETPROBES |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 83 | select HAVE_PCI |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 84 | select HAVE_PERF_EVENTS |
Mao Han | 98a93b0 | 2019-09-05 11:46:35 +0800 | [diff] [blame] | 85 | select HAVE_PERF_REGS |
| 86 | select HAVE_PERF_USER_STACK_DUMP |
Patrick Stählin | dcdc7a53 | 2020-12-17 16:01:37 +0000 | [diff] [blame] | 87 | select HAVE_REGS_AND_STACK_ACCESS_API |
Guo Ren | f2c9699 | 2020-07-10 16:19:57 +0000 | [diff] [blame] | 88 | select HAVE_STACKPROTECTOR |
David Abdurachmanov | 5aeb1b3 | 2018-12-06 16:26:35 +0100 | [diff] [blame] | 89 | select HAVE_SYSCALL_TRACEPOINTS |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 90 | select IRQ_DOMAIN |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 91 | select MODULES_USE_ELF_RELA if MODULES |
Zong Li | 2cffc95 | 2018-12-07 17:02:16 +0800 | [diff] [blame] | 92 | select MODULE_SECTIONS if MODULES |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 93 | select OF |
| 94 | select OF_EARLY_FLATTREE |
| 95 | select OF_IRQ |
Christoph Hellwig | 2eac9c2 | 2018-11-15 20:05:33 +0100 | [diff] [blame] | 96 | select PCI_DOMAINS_GENERIC if PCI |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 97 | select PCI_MSI if PCI |
Anup Patel | e71ee06 | 2020-06-01 14:45:43 +0530 | [diff] [blame] | 98 | select RISCV_INTC |
Anup Patel | 2bc3fc8 | 2020-08-17 18:12:50 +0530 | [diff] [blame] | 99 | select RISCV_TIMER if RISCV_SBI |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 100 | select SPARSEMEM_STATIC if 32BIT |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 101 | select SPARSE_IRQ |
| 102 | select SYSCTL_EXCEPTION_TRACE |
| 103 | select THREAD_INFO_IN_TASK |
Christoph Hellwig | 11129e8 | 2020-09-07 07:58:22 +0200 | [diff] [blame] | 104 | select UACCESS_MEMCPY if !MMU |
Alexandre Ghiti | 54c95a1 | 2019-09-23 15:39:21 -0700 | [diff] [blame] | 105 | |
| 106 | config ARCH_MMAP_RND_BITS_MIN |
| 107 | default 18 if 64BIT |
| 108 | default 8 |
| 109 | |
| 110 | # max bits determined by the following formula: |
| 111 | # VA_BITS - PAGE_SHIFT - 3 |
| 112 | config ARCH_MMAP_RND_BITS_MAX |
| 113 | default 24 if 64BIT # SV39 based |
| 114 | default 17 |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 115 | |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 116 | # set if we run in machine mode, cleared if we run in supervisor mode |
| 117 | config RISCV_M_MODE |
| 118 | bool |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 119 | default !MMU |
Christoph Hellwig | a4c3733 | 2019-10-28 13:10:32 +0100 | [diff] [blame] | 120 | |
Damien Le Moal | eded8bc | 2019-10-28 13:10:33 +0100 | [diff] [blame] | 121 | # set if we are running in S-mode and can use SBI calls |
| 122 | config RISCV_SBI |
| 123 | bool |
| 124 | depends on !RISCV_M_MODE |
| 125 | default y |
| 126 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 127 | config MMU |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 128 | bool "MMU-based Paged Memory Management Support" |
| 129 | default y |
| 130 | help |
| 131 | Select if you want MMU-based virtualised addressing space |
| 132 | support by paged memory management. If unsure, say 'Y'. |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 133 | |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 134 | config ZONE_DMA32 |
| 135 | bool |
Christoph Hellwig | f1306f0 | 2018-04-27 08:41:09 +0200 | [diff] [blame] | 136 | default y if 64BIT |
Christoph Hellwig | 5ec9c4f | 2018-01-16 09:37:50 +0100 | [diff] [blame] | 137 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 138 | config VA_BITS |
| 139 | int |
| 140 | default 32 if 32BIT |
| 141 | default 39 if 64BIT |
| 142 | |
| 143 | config PA_BITS |
| 144 | int |
| 145 | default 34 if 32BIT |
| 146 | default 56 if 64BIT |
| 147 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 148 | config PAGE_OFFSET |
| 149 | hex |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 150 | default 0xC0000000 if 32BIT && MAXPHYSMEM_1GB |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 151 | default 0x80000000 if 64BIT && !MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 152 | default 0xffffffff80000000 if 64BIT && MAXPHYSMEM_2GB |
| 153 | default 0xffffffe000000000 if 64BIT && MAXPHYSMEM_128GB |
| 154 | |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 155 | config ARCH_FLATMEM_ENABLE |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 156 | def_bool !NUMA |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 157 | |
| 158 | config ARCH_SPARSEMEM_ENABLE |
| 159 | def_bool y |
Damien Le Moal | aa273420 | 2020-02-12 19:34:24 +0900 | [diff] [blame] | 160 | depends on MMU |
Logan Gunthorpe | d95f1a5 | 2019-08-28 15:40:54 -0600 | [diff] [blame] | 161 | select SPARSEMEM_VMEMMAP_ENABLE |
| 162 | |
| 163 | config ARCH_SELECT_MEMORY_MODEL |
| 164 | def_bool ARCH_SPARSEMEM_ENABLE |
| 165 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 166 | config ARCH_WANT_GENERAL_HUGETLB |
| 167 | def_bool y |
| 168 | |
Guo Ren | 7478408 | 2020-12-17 16:01:44 +0000 | [diff] [blame] | 169 | config ARCH_SUPPORTS_UPROBES |
| 170 | def_bool y |
| 171 | |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 172 | config SYS_SUPPORTS_HUGETLBFS |
Kefeng Wang | 6986841 | 2020-05-11 10:19:58 +0800 | [diff] [blame] | 173 | depends on MMU |
Alexandre Ghiti | 9e953cd | 2019-05-26 08:50:38 -0400 | [diff] [blame] | 174 | def_bool y |
| 175 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 176 | config STACKTRACE_SUPPORT |
| 177 | def_bool y |
| 178 | |
Alan Kao | 10626c3 | 2017-12-18 17:52:48 +0800 | [diff] [blame] | 179 | config TRACE_IRQFLAGS_SUPPORT |
| 180 | def_bool y |
| 181 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 182 | config GENERIC_BUG |
| 183 | def_bool y |
| 184 | depends on BUG |
| 185 | select GENERIC_BUG_RELATIVE_POINTERS if 64BIT |
| 186 | |
| 187 | config GENERIC_BUG_RELATIVE_POINTERS |
| 188 | bool |
| 189 | |
| 190 | config GENERIC_CALIBRATE_DELAY |
| 191 | def_bool y |
| 192 | |
| 193 | config GENERIC_CSUM |
| 194 | def_bool y |
| 195 | |
| 196 | config GENERIC_HWEIGHT |
| 197 | def_bool y |
| 198 | |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 199 | config FIX_EARLYCON_MEM |
Andreas Schwab | 0312a3d | 2019-12-17 12:15:16 +0100 | [diff] [blame] | 200 | def_bool MMU |
Anup Patel | f2c17aa | 2019-01-07 20:57:01 +0530 | [diff] [blame] | 201 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 202 | config PGTABLE_LEVELS |
| 203 | int |
| 204 | default 3 if 64BIT |
| 205 | default 2 |
| 206 | |
Guo Ren | 3c46979 | 2020-06-27 13:57:08 +0000 | [diff] [blame] | 207 | config LOCKDEP_SUPPORT |
| 208 | def_bool y |
| 209 | |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 210 | source "arch/riscv/Kconfig.socs" |
Vincent Chen | 6f4eea9 | 2021-03-22 22:26:03 +0800 | [diff] [blame] | 211 | source "arch/riscv/Kconfig.erratas" |
Loys Ollivier | 0cbb8a3 | 2019-06-17 21:29:48 +0200 | [diff] [blame] | 212 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 213 | menu "Platform type" |
| 214 | |
| 215 | choice |
| 216 | prompt "Base ISA" |
| 217 | default ARCH_RV64I |
| 218 | help |
Antony Pavlov | 86cca81 | 2019-01-08 22:45:57 +0300 | [diff] [blame] | 219 | 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] | 220 | the target platform. |
| 221 | |
| 222 | config ARCH_RV32I |
| 223 | bool "RV32I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 224 | select 32BIT |
Matt Redfearn | e3d5980 | 2018-04-11 08:50:17 +0100 | [diff] [blame] | 225 | select GENERIC_LIB_ASHLDI3 |
| 226 | select GENERIC_LIB_ASHRDI3 |
| 227 | select GENERIC_LIB_LSHRDI3 |
Zong Li | 8f79125 | 2018-06-25 16:49:38 +0800 | [diff] [blame] | 228 | select GENERIC_LIB_UCMPDI2 |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 229 | select MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 230 | |
| 231 | config ARCH_RV64I |
| 232 | bool "RV64I" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 233 | select 64BIT |
Ard Biesheuvel | c12d336 | 2019-11-08 13:22:27 +0100 | [diff] [blame] | 234 | select ARCH_SUPPORTS_INT128 if CC_HAS_INT128 && GCC_VERSION >= 50000 |
Nathan Chancellor | adebc88 | 2021-03-25 15:38:07 -0700 | [diff] [blame] | 235 | select HAVE_DYNAMIC_FTRACE if MMU && $(cc-option,-fpatchable-function-entry=8) |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 236 | select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE |
Palmer Dabbelt | e8c7ef7 | 2020-06-04 13:55:14 -0700 | [diff] [blame] | 237 | select HAVE_FTRACE_MCOUNT_RECORD |
| 238 | select HAVE_FUNCTION_GRAPH_TRACER |
| 239 | select HAVE_FUNCTION_TRACER |
Christoph Hellwig | 6bd33e1 | 2019-10-28 13:10:41 +0100 | [diff] [blame] | 240 | select SWIOTLB if MMU |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 241 | |
| 242 | endchoice |
| 243 | |
| 244 | # We must be able to map all physical memory into the kernel, but the compiler |
| 245 | # is still a bit more efficient when generating code if it's setup in a manner |
| 246 | # such that it can only map 2GiB of memory. |
| 247 | choice |
| 248 | prompt "Kernel Code Model" |
| 249 | default CMODEL_MEDLOW if 32BIT |
| 250 | default CMODEL_MEDANY if 64BIT |
| 251 | |
| 252 | config CMODEL_MEDLOW |
| 253 | bool "medium low code model" |
| 254 | config CMODEL_MEDANY |
| 255 | bool "medium any code model" |
| 256 | endchoice |
| 257 | |
Zong Li | ab1ef68 | 2018-03-15 16:50:41 +0800 | [diff] [blame] | 258 | config MODULE_SECTIONS |
| 259 | bool |
| 260 | select HAVE_MOD_ARCH_SPECIFIC |
| 261 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 262 | choice |
| 263 | prompt "Maximum Physical Memory" |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 264 | default MAXPHYSMEM_1GB if 32BIT |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 265 | default MAXPHYSMEM_2GB if 64BIT && CMODEL_MEDLOW |
| 266 | default MAXPHYSMEM_128GB if 64BIT && CMODEL_MEDANY |
| 267 | |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 268 | config MAXPHYSMEM_1GB |
Atish Patra | de5f4b8 | 2021-01-29 11:00:38 -0800 | [diff] [blame] | 269 | depends on 32BIT |
Atish Patra | e557793 | 2021-01-11 15:45:04 -0800 | [diff] [blame] | 270 | bool "1GiB" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 271 | config MAXPHYSMEM_2GB |
Atish Patra | de5f4b8 | 2021-01-29 11:00:38 -0800 | [diff] [blame] | 272 | depends on 64BIT && CMODEL_MEDLOW |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 273 | bool "2GiB" |
| 274 | config MAXPHYSMEM_128GB |
| 275 | depends on 64BIT && CMODEL_MEDANY |
| 276 | bool "128GiB" |
| 277 | endchoice |
| 278 | |
| 279 | |
| 280 | config SMP |
| 281 | bool "Symmetric Multi-Processing" |
| 282 | help |
| 283 | This enables support for systems with more than one CPU. If |
| 284 | you say N here, the kernel will run on single and |
| 285 | multiprocessor machines, but will use only one CPU of a |
| 286 | multiprocessor machine. If you say Y here, the kernel will run |
| 287 | on many, but not all, single processor machines. On a single |
| 288 | processor machine, the kernel will run faster if you say N |
| 289 | here. |
| 290 | |
| 291 | If you don't know what to do here, say N. |
| 292 | |
| 293 | config NR_CPUS |
| 294 | int "Maximum number of CPUs (2-32)" |
| 295 | range 2 32 |
| 296 | depends on SMP |
| 297 | default "8" |
| 298 | |
Atish Patra | f1e5858 | 2020-03-17 18:11:44 -0700 | [diff] [blame] | 299 | config HOTPLUG_CPU |
| 300 | bool "Support for hot-pluggable CPUs" |
| 301 | depends on SMP |
| 302 | select GENERIC_IRQ_MIGRATION |
| 303 | help |
| 304 | |
| 305 | Say Y here to experiment with turning CPUs off and on. CPUs |
| 306 | can be controlled through /sys/devices/system/cpu. |
| 307 | |
| 308 | Say N if you want to disable CPU hotplug. |
| 309 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 310 | choice |
| 311 | prompt "CPU Tuning" |
| 312 | default TUNE_GENERIC |
| 313 | |
| 314 | config TUNE_GENERIC |
| 315 | bool "generic" |
| 316 | |
| 317 | endchoice |
| 318 | |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 319 | # Common NUMA Features |
| 320 | config NUMA |
| 321 | bool "NUMA Memory Allocation and Scheduler Support" |
Palmer Dabbelt | f01e631 | 2021-02-26 12:21:15 -0800 | [diff] [blame] | 322 | depends on SMP |
Atish Patra | 4f0e8ee | 2020-11-18 16:38:29 -0800 | [diff] [blame] | 323 | select GENERIC_ARCH_NUMA |
| 324 | select OF_NUMA |
| 325 | select ARCH_SUPPORTS_NUMA_BALANCING |
| 326 | help |
| 327 | Enable NUMA (Non-Uniform Memory Access) support. |
| 328 | |
| 329 | The kernel will try to allocate memory used by a CPU on the |
| 330 | local memory of the CPU and add some more NUMA awareness to the kernel. |
| 331 | |
| 332 | config NODES_SHIFT |
| 333 | int "Maximum NUMA Nodes (as a power of 2)" |
| 334 | range 1 10 |
| 335 | default "2" |
| 336 | depends on NEED_MULTIPLE_NODES |
| 337 | help |
| 338 | Specify the maximum number of NUMA Nodes available on the target |
| 339 | system. Increases memory reserved to accommodate various tables. |
| 340 | |
| 341 | config USE_PERCPU_NUMA_NODE_ID |
| 342 | def_bool y |
| 343 | depends on NUMA |
| 344 | |
| 345 | config NEED_PER_CPU_EMBED_FIRST_CHUNK |
| 346 | def_bool y |
| 347 | depends on NUMA |
| 348 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 349 | config RISCV_ISA_C |
| 350 | bool "Emit compressed instructions when building Linux" |
| 351 | default y |
| 352 | help |
| 353 | Adds "C" to the ISA subsets that the toolchain is allowed to emit |
| 354 | when building Linux, which results in compressed instructions in the |
| 355 | Linux binary. |
| 356 | |
| 357 | If you don't know what to do here, say Y. |
| 358 | |
Alan Kao | 178e9fc | 2018-04-20 07:27:49 +0800 | [diff] [blame] | 359 | menu "supported PMU type" |
| 360 | depends on PERF_EVENTS |
| 361 | |
| 362 | config RISCV_BASE_PMU |
| 363 | bool "Base Performance Monitoring Unit" |
| 364 | def_bool y |
| 365 | help |
| 366 | A base PMU that serves as a reference implementation and has limited |
| 367 | feature of perf. It can run on any RISC-V machines so serves as the |
| 368 | fallback, but this option can also be disable to reduce kernel size. |
| 369 | |
| 370 | endmenu |
| 371 | |
Alan Kao | 9671f70 | 2018-10-09 10:18:33 +0800 | [diff] [blame] | 372 | config FPU |
| 373 | bool "FPU support" |
| 374 | default y |
| 375 | help |
| 376 | Say N here if you want to disable all floating-point related procedure |
| 377 | in the kernel. |
| 378 | |
| 379 | If you don't know what to do here, say Y. |
| 380 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 381 | endmenu |
| 382 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 383 | menu "Kernel features" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 384 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 385 | source "kernel/Kconfig.hz" |
| 386 | |
Atish Patra | efca139 | 2020-03-17 18:11:37 -0700 | [diff] [blame] | 387 | config RISCV_SBI_V01 |
| 388 | bool "SBI v0.1 support" |
| 389 | default y |
| 390 | depends on RISCV_SBI |
| 391 | help |
| 392 | This config allows kernel to use SBI v0.1 APIs. This will be |
| 393 | 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^] | 394 | |
| 395 | config KEXEC |
| 396 | bool "Kexec system call" |
| 397 | select KEXEC_CORE |
| 398 | select HOTPLUG_CPU if SMP |
| 399 | depends on MMU |
| 400 | help |
| 401 | kexec is a system call that implements the ability to shutdown your |
| 402 | current kernel, and to start another kernel. It is like a reboot |
| 403 | but it is independent of the system firmware. And like a reboot |
| 404 | you can start any kernel with it, not just Linux. |
| 405 | |
| 406 | The name comes from the similarity to the exec system call. |
| 407 | |
| 408 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 409 | endmenu |
| 410 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 411 | menu "Boot options" |
| 412 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 413 | config CMDLINE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 414 | string "Built-in kernel command line" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 415 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 416 | For most platforms, the arguments for the kernel's command line |
| 417 | are provided at run-time, during boot. However, there are cases |
| 418 | where either no arguments are being provided or the provided |
| 419 | arguments are insufficient or even invalid. |
| 420 | |
| 421 | When that occurs, it is possible to define a built-in command |
| 422 | line here and choose how the kernel should use it later on. |
| 423 | |
| 424 | choice |
| 425 | prompt "Built-in command line usage" if CMDLINE != "" |
| 426 | default CMDLINE_FALLBACK |
| 427 | help |
| 428 | Choose how the kernel will handle the provided built-in command |
| 429 | line. |
| 430 | |
| 431 | config CMDLINE_FALLBACK |
| 432 | bool "Use bootloader kernel arguments if available" |
| 433 | help |
| 434 | Use the built-in command line as fallback in case we get nothing |
| 435 | during boot. This is the default behaviour. |
| 436 | |
| 437 | config CMDLINE_EXTEND |
| 438 | bool "Extend bootloader kernel arguments" |
| 439 | help |
| 440 | The command-line arguments provided during boot will be |
| 441 | appended to the built-in command line. This is useful in |
| 442 | cases where the provided arguments are insufficient and |
| 443 | you don't want to or cannot modify them. |
| 444 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 445 | |
| 446 | config CMDLINE_FORCE |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 447 | bool "Always use the default kernel command string" |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 448 | help |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 449 | Always use the built-in command line, even if we get one during |
| 450 | boot. This is useful in case you need to override the provided |
| 451 | command line on systems where you don't have or want control |
| 452 | over it. |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 453 | |
Nick Kossifidis | 3aed8c4 | 2018-11-18 02:06:56 +0200 | [diff] [blame] | 454 | endchoice |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 455 | |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 456 | config EFI_STUB |
| 457 | bool |
| 458 | |
| 459 | config EFI |
| 460 | bool "UEFI runtime support" |
| 461 | depends on OF |
| 462 | select LIBFDT |
| 463 | select UCS2_STRING |
| 464 | select EFI_PARAMS_FROM_FDT |
| 465 | select EFI_STUB |
| 466 | select EFI_GENERIC_STUB |
Atish Patra | b91540d | 2020-09-17 15:37:15 -0700 | [diff] [blame] | 467 | select EFI_RUNTIME_WRAPPERS |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 468 | select RISCV_ISA_C |
Atish Patra | b91540d | 2020-09-17 15:37:15 -0700 | [diff] [blame] | 469 | depends on MMU |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 470 | default y |
| 471 | help |
| 472 | This option provides support for runtime services provided |
| 473 | by UEFI firmware (such as non-volatile variables, realtime |
| 474 | clock, and platform reset). A UEFI stub is also provided to |
| 475 | allow the kernel to be booted as an EFI application. This |
| 476 | is only useful on systems that have UEFI firmware. |
| 477 | |
Guo Ren | fea2fed | 2020-12-17 16:29:18 +0000 | [diff] [blame] | 478 | config CC_HAVE_STACKPROTECTOR_TLS |
| 479 | def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0) |
| 480 | |
| 481 | config STACKPROTECTOR_PER_TASK |
| 482 | def_bool y |
| 483 | depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS |
| 484 | |
Nick Kossifidis | aef53f9 | 2018-09-20 01:48:15 +0300 | [diff] [blame] | 485 | endmenu |
| 486 | |
Palmer Dabbelt | 2d26825 | 2020-04-14 13:43:24 +0900 | [diff] [blame] | 487 | config BUILTIN_DTB |
| 488 | def_bool n |
Palmer Dabbelt | 2d26825 | 2020-04-14 13:43:24 +0900 | [diff] [blame] | 489 | depends on OF |
| 490 | |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 491 | menu "Power management options" |
| 492 | |
Masahiro Yamada | 8636a1f | 2018-12-11 20:01:04 +0900 | [diff] [blame] | 493 | source "kernel/power/Kconfig" |
Palmer Dabbelt | fbe934d | 2017-07-10 18:08:08 -0700 | [diff] [blame] | 494 | |
| 495 | endmenu |
Atish Patra | d707174 | 2020-09-17 15:37:14 -0700 | [diff] [blame] | 496 | |
| 497 | source "drivers/firmware/Kconfig" |