:orphan: .. title:: CORE_E31 .. option:: CONFIG_CORE_E31 *Use E31 core* Type: ``bool`` Help ==== This option signifies the use of a core of the E31 family. Direct dependencies =================== \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`RISCV_PMP ` - \ :option:`ARCH_HAS_USERSPACE ` - \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`PMP_STACK_GUARD ` Kconfig definition ================== .. highlight:: kconfig At ``arch/riscv/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → RISCV Options → RISCV Processor Options .. parsed-literal:: config CORE_E31 bool "Use E31 core" default n select \ :option:`RISCV_PMP ` select \ :option:`ARCH_HAS_USERSPACE ` select \ :option:`ARCH_HAS_STACK_PROTECTION ` if \ :option:`PMP_STACK_GUARD ` depends on \ :option:`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.)*