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_RISCV32_PULPINO || SOC_SERIES_RISCV32_MIV || SOC_SERIES_RISCV32_QEMU || SOC_SERIES_RISCV32_SIFIVE_FREEDOM || RISCV32

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

Kconfig definitions

At arch/riscv32/soc/pulpino/Kconfig.defconfig:15

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:20arch/riscv32/soc/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 arch/riscv32/soc/riscv-privilege/riscv32-qemu/Kconfig.defconfig.series:11

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

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:20arch/riscv32/soc/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:41

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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.)