The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_RISCV_SOC_INTERRUPT_INIT

Enable SOC-based interrupt initialization

Type: bool

Help

Enable SOC-based interrupt initialization (call soc_interrupt_init, within _IntLibInit when enabled)

Direct dependencies

SOC_OPENISA_RV32M1_RISCV32 || SOC_SERIES_RISCV32_MIV || SOC_SERIES_RISCV32_SIFIVE_FREEDOM || RISCV32

(Includes any dependencies from if’s and menus.)

Symbols that select this symbol

Kconfig definitions

At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:39

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config RISCV_SOC_INTERRUPT_INIT
    bool
    default "y" if SOC_OPENISA_RV32M1_RISCV32
    depends on SOC_OPENISA_RV32M1_RISCV32

At soc/riscv32/riscv-privilege/miv/Kconfig.defconfig.series:13

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_SOC_INTERRUPT_INIT
    bool
    default "y" if SOC_SERIES_RISCV32_MIV
    depends on SOC_SERIES_RISCV32_MIV

At soc/riscv32/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:13

Included via Kconfig:10Kconfig.zephyr:23soc/riscv32/riscv-privilege/Kconfig.defconfig:7

Menu path: (top menu)

config RISCV_SOC_INTERRUPT_INIT
    bool
    default "y" if SOC_SERIES_RISCV32_SIFIVE_FREEDOM
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM

At arch/riscv32/Kconfig:62

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → RISCV32 Options → RISCV32 Processor Options

config RISCV_SOC_INTERRUPT_INIT
    bool
    prompt "Enable SOC-based interrupt initialization" if RISCV32
    depends on RISCV32
    help
      Enable SOC-based interrupt initialization
      (call soc_interrupt_init, within _IntLibInit when enabled)

(Definitions include propagated dependencies, including from if’s and menus.)