zephyr/arch/riscv/core
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
offsets arch/riscv: Get current CPU properly instead of assuming single CPU 2022-02-25 19:13:50 -05:00
pmp kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
CMakeLists.txt arch/riscv: Boot secondary CPUs for SMP support 2022-02-25 19:13:50 -05:00
coredump.c coredump: add support for RISC-V 2021-12-08 08:54:32 -05:00
cpu_idle.c
fatal.c arch: riscv: pmp: Fix 64-bit compatibility of pointer size 2022-01-18 13:11:36 -05:00
irq_manage.c kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
irq_offload.c arch/riscv: Do not use irq_lock() on arch_irq_offload 2022-02-25 19:13:50 -05:00
isr.S arch/riscv: Use arch_switch() for context swap 2022-02-25 19:13:50 -05:00
prep_c.c core: z_data_copy does not depend on CONFIG_XIP 2022-02-22 10:22:53 +01:00
reboot.c riscv: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
reset.S arch/riscv: Boot secondary CPUs for SMP support 2022-02-25 19:13:50 -05:00
smp.c arch/riscv: Add IPI support 2022-02-25 19:13:50 -05:00
switch.S arch/riscv: Use arch_switch() for context swap 2022-02-25 19:13:50 -05:00
thread.c arch/riscv: Use arch_switch() for context swap 2022-02-25 19:13:50 -05:00
tls.c riscv: add support for thread local storage 2020-10-24 10:52:00 -07:00
userspace.S arch: riscv: add memory protection support 2020-11-09 15:37:11 -05:00