This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
129b71260a
zephyr
/
soc
/
riscv
/
common
/
CMakeLists.txt
2 lines
65 B
CMake
Raw
Normal View
History
Unescape
Escape
arch: riscv: introduce RISCV_PRIVILEGED Introduce a new arch level Kconfig option to signal the implementation of the RISCV Privileged ISA spec. This replaces SOC_FAMILY_RISCV_PRIVILEGED, because this is not a SoC specific property, nor a SoC family. Note that the SoC family naming scheme will be fixed in upcoming commits. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-01-03 19:39:36 +08:00
add_subdirectory_ifdef
(
CONFIG_RISCV_PRIVILEGED
riscv-privileged
)