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