d984f61d5eab66df66c17df655378bacae859478
[platform/kernel/linux-starfive.git] / arch / riscv / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # For a description of the syntax of this configuration file,
4 # see Documentation/kbuild/kconfig-language.rst.
5 #
6
7 config 64BIT
8         bool
9
10 config 32BIT
11         bool
12
13 config RISCV
14         def_bool y
15         select ARCH_CLOCKSOURCE_INIT
16         select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
17         select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
18         select ARCH_HAS_BINFMT_FLAT
19         select ARCH_HAS_CURRENT_STACK_POINTER
20         select ARCH_HAS_DEBUG_VM_PGTABLE
21         select ARCH_HAS_DEBUG_VIRTUAL if MMU
22         select ARCH_HAS_DEBUG_WX
23         select ARCH_HAS_FORTIFY_SOURCE
24         select ARCH_HAS_GCOV_PROFILE_ALL
25         select ARCH_HAS_GIGANTIC_PAGE
26         select ARCH_HAS_KCOV
27         select ARCH_HAS_MMIOWB
28         select ARCH_HAS_PTE_SPECIAL
29         select ARCH_HAS_SET_DIRECT_MAP if MMU
30         select ARCH_HAS_SET_MEMORY if MMU
31         select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
32         select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
33         select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
34         select ARCH_HAS_UBSAN_SANITIZE_ALL
35         select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
36         select ARCH_OPTIONAL_KERNEL_RWX_DEFAULT
37         select ARCH_STACKWALK
38         select ARCH_SUPPORTS_ATOMIC_RMW
39         select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
40         select ARCH_SUPPORTS_HUGETLBFS if MMU
41         select ARCH_SUPPORTS_PAGE_TABLE_CHECK if MMU
42         select ARCH_USE_MEMTEST
43         select ARCH_USE_QUEUED_RWLOCKS
44         select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT if MMU
45         select ARCH_WANT_FRAME_POINTERS
46         select ARCH_WANT_GENERAL_HUGETLB
47         select ARCH_WANT_HUGE_PMD_SHARE if 64BIT
48         select BINFMT_FLAT_NO_DATA_START_OFFSET if !MMU
49         select BUILDTIME_TABLE_SORT if MMU
50         select CLONE_BACKWARDS
51         select CLINT_TIMER if !MMU
52         select COMMON_CLK
53         select CPU_PM if CPU_IDLE
54         select EDAC_SUPPORT
55         select GENERIC_ARCH_TOPOLOGY if SMP
56         select GENERIC_ATOMIC64 if !64BIT
57         select GENERIC_CLOCKEVENTS_BROADCAST if SMP
58         select GENERIC_EARLY_IOREMAP
59         select GENERIC_GETTIMEOFDAY if HAVE_GENERIC_VDSO
60         select GENERIC_IDLE_POLL_SETUP
61         select GENERIC_IOREMAP if MMU
62         select GENERIC_IRQ_MULTI_HANDLER
63         select GENERIC_IRQ_SHOW
64         select GENERIC_IRQ_SHOW_LEVEL
65         select GENERIC_LIB_DEVMEM_IS_ALLOWED
66         select GENERIC_PCI_IOMAP
67         select GENERIC_PTDUMP if MMU
68         select GENERIC_SCHED_CLOCK
69         select GENERIC_SMP_IDLE_THREAD
70         select GENERIC_TIME_VSYSCALL if MMU && 64BIT
71         select GENERIC_VDSO_TIME_NS if HAVE_GENERIC_VDSO
72         select HAVE_ARCH_AUDITSYSCALL
73         select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL
74         select HAVE_ARCH_JUMP_LABEL_RELATIVE if !XIP_KERNEL
75         select HAVE_ARCH_KASAN if MMU && 64BIT
76         select HAVE_ARCH_KASAN_VMALLOC if MMU && 64BIT
77         select HAVE_ARCH_KFENCE if MMU && 64BIT
78         select HAVE_ARCH_KGDB if !XIP_KERNEL
79         select HAVE_ARCH_KGDB_QXFER_PKT
80         select HAVE_ARCH_MMAP_RND_BITS if MMU
81         select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
82         select HAVE_ARCH_SECCOMP_FILTER
83         select HAVE_ARCH_TRACEHOOK
84         select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT && MMU
85         select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
86         select HAVE_ARCH_THREAD_STRUCT_WHITELIST
87         select HAVE_ARCH_VMAP_STACK if MMU && 64BIT
88         select HAVE_ASM_MODVERSIONS
89         select HAVE_CONTEXT_TRACKING_USER
90         select HAVE_DEBUG_KMEMLEAK
91         select HAVE_DMA_CONTIGUOUS if MMU
92         select HAVE_EBPF_JIT if MMU
93         select HAVE_FUNCTION_ERROR_INJECTION
94         select HAVE_GCC_PLUGINS
95         select HAVE_GENERIC_VDSO if MMU && 64BIT
96         select HAVE_IRQ_TIME_ACCOUNTING
97         select HAVE_KPROBES if !XIP_KERNEL
98         select HAVE_KPROBES_ON_FTRACE if !XIP_KERNEL
99         select HAVE_KRETPROBES if !XIP_KERNEL
100         select HAVE_MOVE_PMD
101         select HAVE_MOVE_PUD
102         select HAVE_PCI
103         select HAVE_PERF_EVENTS
104         select HAVE_PERF_REGS
105         select HAVE_PERF_USER_STACK_DUMP
106         select HAVE_REGS_AND_STACK_ACCESS_API
107         select HAVE_FUNCTION_ARG_ACCESS_API
108         select HAVE_STACKPROTECTOR
109         select HAVE_SYSCALL_TRACEPOINTS
110         select HAVE_RSEQ
111         select IRQ_DOMAIN
112         select IRQ_FORCED_THREADING
113         select MODULES_USE_ELF_RELA if MODULES
114         select MODULE_SECTIONS if MODULES
115         select OF
116         select OF_DMA_DEFAULT_COHERENT
117         select OF_EARLY_FLATTREE
118         select OF_IRQ
119         select PCI_DOMAINS_GENERIC if PCI
120         select PCI_MSI if PCI
121         select RISCV_INTC
122         select RISCV_TIMER if RISCV_SBI
123         select SPARSE_IRQ
124         select SYSCTL_EXCEPTION_TRACE
125         select THREAD_INFO_IN_TASK
126         select TRACE_IRQFLAGS_SUPPORT
127         select UACCESS_MEMCPY if !MMU
128         select ZONE_DMA32 if 64BIT
129
130 config ARCH_MMAP_RND_BITS_MIN
131         default 18 if 64BIT
132         default 8
133
134 config ARCH_MMAP_RND_COMPAT_BITS_MIN
135         default 8
136
137 # max bits determined by the following formula:
138 #  VA_BITS - PAGE_SHIFT - 3
139 config ARCH_MMAP_RND_BITS_MAX
140         default 24 if 64BIT # SV39 based
141         default 17
142
143 config ARCH_MMAP_RND_COMPAT_BITS_MAX
144         default 17
145
146 # set if we run in machine mode, cleared if we run in supervisor mode
147 config RISCV_M_MODE
148         bool
149         default !MMU
150
151 # set if we are running in S-mode and can use SBI calls
152 config RISCV_SBI
153         bool
154         depends on !RISCV_M_MODE
155         default y
156
157 config MMU
158         bool "MMU-based Paged Memory Management Support"
159         default y
160         help
161           Select if you want MMU-based virtualised addressing space
162           support by paged memory management. If unsure, say 'Y'.
163
164 config PAGE_OFFSET
165         hex
166         default 0xC0000000 if 32BIT
167         default 0x80000000 if 64BIT && !MMU
168         default 0xff60000000000000 if 64BIT
169
170 config KASAN_SHADOW_OFFSET
171         hex
172         depends on KASAN_GENERIC
173         default 0xdfffffff00000000 if 64BIT
174         default 0xffffffff if 32BIT
175
176 config ARCH_FLATMEM_ENABLE
177         def_bool !NUMA
178
179 config ARCH_SPARSEMEM_ENABLE
180         def_bool y
181         depends on MMU
182         select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
183         select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
184
185 config ARCH_SELECT_MEMORY_MODEL
186         def_bool ARCH_SPARSEMEM_ENABLE
187
188 config ARCH_SUPPORTS_UPROBES
189         def_bool y
190
191 config STACKTRACE_SUPPORT
192         def_bool y
193
194 config GENERIC_BUG
195         def_bool y
196         depends on BUG
197         select GENERIC_BUG_RELATIVE_POINTERS if 64BIT
198
199 config GENERIC_BUG_RELATIVE_POINTERS
200         bool
201
202 config GENERIC_CALIBRATE_DELAY
203         def_bool y
204
205 config GENERIC_CSUM
206         def_bool y
207
208 config GENERIC_HWEIGHT
209         def_bool y
210
211 config FIX_EARLYCON_MEM
212         def_bool MMU
213
214 config PGTABLE_LEVELS
215         int
216         default 5 if 64BIT
217         default 2
218
219 config LOCKDEP_SUPPORT
220         def_bool y
221
222 config RISCV_DMA_NONCOHERENT
223         bool
224         select ARCH_HAS_DMA_PREP_COHERENT
225         select ARCH_HAS_SYNC_DMA_FOR_DEVICE
226         select ARCH_HAS_SYNC_DMA_FOR_CPU
227         select ARCH_HAS_SETUP_DMA_OPS
228         select DMA_DIRECT_REMAP
229
230 source "arch/riscv/Kconfig.socs"
231 source "arch/riscv/Kconfig.erratas"
232
233 menu "Platform type"
234
235 config NONPORTABLE
236         bool "Allow configurations that result in non-portable kernels"
237         help
238           RISC-V kernel binaries are compatible between all known systems
239           whenever possible, but there are some use cases that can only be
240           satisfied by configurations that result in kernel binaries that are
241           not portable between systems.
242
243           Selecting N does not guarantee kernels will be portable to all known
244           systems.  Selecting any of the options guarded by NONPORTABLE will
245           result in kernel binaries that are unlikely to be portable between
246           systems.
247
248           If unsure, say N.
249
250 choice
251         prompt "Base ISA"
252         default ARCH_RV64I
253         help
254           This selects the base ISA that this kernel will target and must match
255           the target platform.
256
257 config ARCH_RV32I
258         bool "RV32I"
259         depends on NONPORTABLE
260         select 32BIT
261         select GENERIC_LIB_ASHLDI3
262         select GENERIC_LIB_ASHRDI3
263         select GENERIC_LIB_LSHRDI3
264         select GENERIC_LIB_UCMPDI2
265         select MMU
266
267 config ARCH_RV64I
268         bool "RV64I"
269         select 64BIT
270         select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
271         select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8)
272         select HAVE_DYNAMIC_FTRACE_WITH_REGS if HAVE_DYNAMIC_FTRACE
273         select HAVE_FTRACE_MCOUNT_RECORD if !XIP_KERNEL
274         select HAVE_FUNCTION_GRAPH_TRACER
275         select HAVE_FUNCTION_TRACER if !XIP_KERNEL
276         select SWIOTLB if MMU
277
278 endchoice
279
280 # We must be able to map all physical memory into the kernel, but the compiler
281 # is still a bit more efficient when generating code if it's setup in a manner
282 # such that it can only map 2GiB of memory.
283 choice
284         prompt "Kernel Code Model"
285         default CMODEL_MEDLOW if 32BIT
286         default CMODEL_MEDANY if 64BIT
287
288         config CMODEL_MEDLOW
289                 bool "medium low code model"
290         config CMODEL_MEDANY
291                 bool "medium any code model"
292 endchoice
293
294 config MODULE_SECTIONS
295         bool
296         select HAVE_MOD_ARCH_SPECIFIC
297
298 config SMP
299         bool "Symmetric Multi-Processing"
300         help
301           This enables support for systems with more than one CPU.  If
302           you say N here, the kernel will run on single and
303           multiprocessor machines, but will use only one CPU of a
304           multiprocessor machine. If you say Y here, the kernel will run
305           on many, but not all, single processor machines. On a single
306           processor machine, the kernel will run faster if you say N
307           here.
308
309           If you don't know what to do here, say N.
310
311 config NR_CPUS
312         int "Maximum number of CPUs (2-32)"
313         range 2 32
314         depends on SMP
315         default "8"
316
317 config HOTPLUG_CPU
318         bool "Support for hot-pluggable CPUs"
319         depends on SMP
320         select GENERIC_IRQ_MIGRATION
321         help
322
323           Say Y here to experiment with turning CPUs off and on.  CPUs
324           can be controlled through /sys/devices/system/cpu.
325
326           Say N if you want to disable CPU hotplug.
327
328 choice
329         prompt "CPU Tuning"
330         default TUNE_GENERIC
331
332 config TUNE_GENERIC
333         bool "generic"
334
335 endchoice
336
337 # Common NUMA Features
338 config NUMA
339         bool "NUMA Memory Allocation and Scheduler Support"
340         depends on SMP && MMU
341         select GENERIC_ARCH_NUMA
342         select OF_NUMA
343         select ARCH_SUPPORTS_NUMA_BALANCING
344         select USE_PERCPU_NUMA_NODE_ID
345         select NEED_PER_CPU_EMBED_FIRST_CHUNK
346         help
347           Enable NUMA (Non-Uniform Memory Access) support.
348
349           The kernel will try to allocate memory used by a CPU on the
350           local memory of the CPU and add some more NUMA awareness to the kernel.
351
352 config NODES_SHIFT
353         int "Maximum NUMA Nodes (as a power of 2)"
354         range 1 10
355         default "2"
356         depends on NUMA
357         help
358           Specify the maximum number of NUMA Nodes available on the target
359           system.  Increases memory reserved to accommodate various tables.
360
361 config RISCV_ALTERNATIVE
362         bool
363         depends on !XIP_KERNEL
364         help
365           This Kconfig allows the kernel to automatically patch the
366           errata required by the execution platform at run time. The
367           code patching is performed once in the boot stages. It means
368           that the overhead from this mechanism is just taken once.
369
370 config RISCV_ALTERNATIVE_EARLY
371         bool
372         depends on RISCV_ALTERNATIVE
373         help
374           Allows early patching of the kernel for special errata
375
376 config RISCV_ISA_C
377         bool "Emit compressed instructions when building Linux"
378         default y
379         help
380           Adds "C" to the ISA subsets that the toolchain is allowed to emit
381           when building Linux, which results in compressed instructions in the
382           Linux binary.
383
384           If you don't know what to do here, say Y.
385
386 config RISCV_ISA_SVPBMT
387         bool "SVPBMT extension support"
388         depends on 64BIT && MMU
389         select RISCV_ALTERNATIVE
390         default y
391         help
392            Adds support to dynamically detect the presence of the SVPBMT
393            ISA-extension (Supervisor-mode: page-based memory types) and
394            enable its usage.
395
396            The memory type for a page contains a combination of attributes
397            that indicate the cacheability, idempotency, and ordering
398            properties for access to that page.
399
400            The SVPBMT extension is only available on 64Bit cpus.
401
402            If you don't know what to do here, say Y.
403
404 config TOOLCHAIN_HAS_ZICBOM
405         bool
406         default y
407         depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zicbom)
408         depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zicbom)
409         depends on LLD_VERSION >= 150000 || LD_VERSION >= 23800
410
411 config RISCV_ISA_ZICBOM
412         bool "Zicbom extension support for non-coherent DMA operation"
413         depends on TOOLCHAIN_HAS_ZICBOM
414         depends on !XIP_KERNEL && MMU
415         select RISCV_DMA_NONCOHERENT
416         select RISCV_ALTERNATIVE
417         default y
418         help
419            Adds support to dynamically detect the presence of the ZICBOM
420            extension (Cache Block Management Operations) and enable its
421            usage.
422
423            The Zicbom extension can be used to handle for example
424            non-coherent DMA support on devices that need it.
425
426            If you don't know what to do here, say Y.
427
428 config TOOLCHAIN_HAS_ZIHINTPAUSE
429         bool
430         default y
431         depends on !64BIT || $(cc-option,-mabi=lp64 -march=rv64ima_zihintpause)
432         depends on !32BIT || $(cc-option,-mabi=ilp32 -march=rv32ima_zihintpause)
433         depends on LLD_VERSION >= 150000 || LD_VERSION >= 23600
434
435 config FPU
436         bool "FPU support"
437         default y
438         help
439           Say N here if you want to disable all floating-point related procedure
440           in the kernel.
441
442           If you don't know what to do here, say Y.
443
444 endmenu # "Platform type"
445
446 menu "Kernel features"
447
448 source "kernel/Kconfig.hz"
449
450 config RISCV_SBI_V01
451         bool "SBI v0.1 support"
452         depends on RISCV_SBI
453         help
454           This config allows kernel to use SBI v0.1 APIs. This will be
455           deprecated in future once legacy M-mode software are no longer in use.
456
457 config RISCV_BOOT_SPINWAIT
458         bool "Spinwait booting method"
459         depends on SMP
460         default y if RISCV_SBI_V01 || RISCV_M_MODE
461         help
462           This enables support for booting Linux via spinwait method. In the
463           spinwait method, all cores randomly jump to Linux. One of the cores
464           gets chosen via lottery and all other keep spinning on a percpu
465           variable. This method cannot support CPU hotplug and sparse hartid
466           scheme. It should be only enabled for M-mode Linux or platforms relying
467           on older firmware without SBI HSM extension. All other platforms should
468           rely on ordered booting via SBI HSM extension which gets chosen
469           dynamically at runtime if the firmware supports it.
470
471           Since spinwait is incompatible with sparse hart IDs, it requires
472           NR_CPUS be large enough to contain the physical hart ID of the first
473           hart to enter Linux.
474
475           If unsure what to do here, say N.
476
477 config KEXEC
478         bool "Kexec system call"
479         select KEXEC_CORE
480         select HOTPLUG_CPU if SMP
481         depends on MMU
482         help
483           kexec is a system call that implements the ability to shutdown your
484           current kernel, and to start another kernel. It is like a reboot
485           but it is independent of the system firmware. And like a reboot
486           you can start any kernel with it, not just Linux.
487
488           The name comes from the similarity to the exec system call.
489
490 config KEXEC_FILE
491         bool "kexec file based systmem call"
492         select KEXEC_CORE
493         select KEXEC_ELF
494         select HAVE_IMA_KEXEC if IMA
495         depends on 64BIT
496         help
497           This is new version of kexec system call. This system call is
498           file based and takes file descriptors as system call argument
499           for kernel and initramfs as opposed to list of segments as
500           accepted by previous system call.
501
502           If you don't know what to do here, say Y.
503
504 config ARCH_HAS_KEXEC_PURGATORY
505         def_bool KEXEC_FILE
506         depends on CRYPTO=y
507         depends on CRYPTO_SHA256=y
508
509 config CRASH_DUMP
510         bool "Build kdump crash kernel"
511         help
512           Generate crash dump after being started by kexec. This should
513           be normally only set in special crash dump kernels which are
514           loaded in the main kernel with kexec-tools into a specially
515           reserved region and then later executed after a crash by
516           kdump/kexec.
517
518           For more details see Documentation/admin-guide/kdump/kdump.rst
519
520 config COMPAT
521         bool "Kernel support for 32-bit U-mode"
522         default 64BIT
523         depends on 64BIT && MMU
524         help
525           This option enables support for a 32-bit U-mode running under a 64-bit
526           kernel at S-mode. riscv32-specific components such as system calls,
527           the user helper functions (vdso), signal rt_frame functions and the
528           ptrace interface are handled appropriately by the kernel.
529
530           If you want to execute 32-bit userspace applications, say Y.
531
532 endmenu # "Kernel features"
533
534 menu "Boot options"
535
536 config CMDLINE
537         string "Built-in kernel command line"
538         help
539           For most platforms, the arguments for the kernel's command line
540           are provided at run-time, during boot. However, there are cases
541           where either no arguments are being provided or the provided
542           arguments are insufficient or even invalid.
543
544           When that occurs, it is possible to define a built-in command
545           line here and choose how the kernel should use it later on.
546
547 choice
548         prompt "Built-in command line usage" if CMDLINE != ""
549         default CMDLINE_FALLBACK
550         help
551           Choose how the kernel will handle the provided built-in command
552           line.
553
554 config CMDLINE_FALLBACK
555         bool "Use bootloader kernel arguments if available"
556         help
557           Use the built-in command line as fallback in case we get nothing
558           during boot. This is the default behaviour.
559
560 config CMDLINE_EXTEND
561         bool "Extend bootloader kernel arguments"
562         help
563           The command-line arguments provided during boot will be
564           appended to the built-in command line. This is useful in
565           cases where the provided arguments are insufficient and
566           you don't want to or cannot modify them.
567
568 config CMDLINE_FORCE
569         bool "Always use the default kernel command string"
570         help
571           Always use the built-in command line, even if we get one during
572           boot. This is useful in case you need to override the provided
573           command line on systems where you don't have or want control
574           over it.
575
576 endchoice
577
578 config EFI_STUB
579         bool
580
581 config EFI
582         bool "UEFI runtime support"
583         depends on OF && !XIP_KERNEL
584         select LIBFDT
585         select UCS2_STRING
586         select EFI_PARAMS_FROM_FDT
587         select EFI_STUB
588         select EFI_GENERIC_STUB
589         select EFI_RUNTIME_WRAPPERS
590         select RISCV_ISA_C
591         depends on MMU
592         default y
593         help
594           This option provides support for runtime services provided
595           by UEFI firmware (such as non-volatile variables, realtime
596           clock, and platform reset). A UEFI stub is also provided to
597           allow the kernel to be booted as an EFI application. This
598           is only useful on systems that have UEFI firmware.
599
600 config CC_HAVE_STACKPROTECTOR_TLS
601         def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-guard-offset=0)
602
603 config STACKPROTECTOR_PER_TASK
604         def_bool y
605         depends on !RANDSTRUCT
606         depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_TLS
607
608 config PHYS_RAM_BASE_FIXED
609         bool "Explicitly specified physical RAM address"
610         depends on NONPORTABLE
611         default n
612
613 config PHYS_RAM_BASE
614         hex "Platform Physical RAM address"
615         depends on PHYS_RAM_BASE_FIXED
616         default "0x80000000"
617         help
618           This is the physical address of RAM in the system. It has to be
619           explicitly specified to run early relocations of read-write data
620           from flash to RAM.
621
622 config XIP_KERNEL
623         bool "Kernel Execute-In-Place from ROM"
624         depends on MMU && SPARSEMEM && NONPORTABLE
625         # This prevents XIP from being enabled by all{yes,mod}config, which
626         # fail to build since XIP doesn't support large kernels.
627         depends on !COMPILE_TEST
628         select PHYS_RAM_BASE_FIXED
629         help
630           Execute-In-Place allows the kernel to run from non-volatile storage
631           directly addressable by the CPU, such as NOR flash. This saves RAM
632           space since the text section of the kernel is not loaded from flash
633           to RAM.  Read-write sections, such as the data section and stack,
634           are still copied to RAM.  The XIP kernel is not compressed since
635           it has to run directly from flash, so it will take more space to
636           store it.  The flash address used to link the kernel object files,
637           and for storing it, is configuration dependent. Therefore, if you
638           say Y here, you must know the proper physical address where to
639           store the kernel image depending on your own flash memory usage.
640
641           Also note that the make target becomes "make xipImage" rather than
642           "make zImage" or "make Image".  The final kernel binary to put in
643           ROM memory will be arch/riscv/boot/xipImage.
644
645           SPARSEMEM is required because the kernel text and rodata that are
646           flash resident are not backed by memmap, then any attempt to get
647           a struct page on those regions will trigger a fault.
648
649           If unsure, say N.
650
651 config XIP_PHYS_ADDR
652         hex "XIP Kernel Physical Location"
653         depends on XIP_KERNEL
654         default "0x21000000"
655         help
656           This is the physical address in your flash memory the kernel will
657           be linked for and stored to.  This address is dependent on your
658           own flash usage.
659
660 endmenu # "Boot options"
661
662 config BUILTIN_DTB
663         bool
664         depends on OF && NONPORTABLE
665         default y if XIP_KERNEL
666
667 config PORTABLE
668         bool
669         default !NONPORTABLE
670         select EFI
671         select OF
672         select MMU
673
674 menu "Power management options"
675
676 source "kernel/power/Kconfig"
677
678 endmenu # "Power management options"
679
680 menu "CPU Power Management"
681
682 source "drivers/cpuidle/Kconfig"
683
684 endmenu # "CPU Power Management"
685
686 source "arch/riscv/kvm/Kconfig"