CONFIG_RISCV¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
RISCV architecture
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/Kconfig:95
Included via Kconfig:8 → Kconfig.zephyr:39
Menu path: (Top)
config RISCV
    bool
    select ARCH_IS_SET
    select HAS_DTS
    select ARCH_HAS_THREAD_LOCAL_STORAGE
    imply XIP
    help
      RISCV architecture
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)