:orphan: .. title:: CONFIG_CORE_E31 .. kconfig:: CONFIG_CORE_E31 CONFIG_CORE_E31 ############### *Use E31 core* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a core of the E31 family. Direct dependencies =================== \ :kconfig:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`RISCV_PMP ` - \ :kconfig:`ARCH_HAS_USERSPACE ` - \ :kconfig:`ARCH_HAS_STACK_PROTECTION ` if \ :kconfig:`PMP_STACK_GUARD ` Kconfig definition ================== At ``/riscv/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → RISCV Options → RISCV Processor Options .. code-block:: kconfig config CORE_E31 bool "Use E31 core" default n select RISCV_PMP select ARCH_HAS_USERSPACE select ARCH_HAS_STACK_PROTECTION if PMP_STACK_GUARD depends on RISCV help This option signifies the use of a core of the E31 family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*