:orphan: .. title:: RISCV_SOC_INTERRUPT_INIT .. option:: 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 =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :option:`SOC_SERIES_RISCV32_MIV ` || \ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` || \ :option:`SOC_SERIES_RISCV_VIRT ` || \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols that select this symbol =============================== - \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config RISCV_SOC_INTERRUPT_INIT bool default y depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``soc/riscv/riscv-privilege/miv/Kconfig.defconfig.series:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config RISCV_SOC_INTERRUPT_INIT bool default y depends on \ :option:`SOC_SERIES_RISCV32_MIV ` ---- At ``soc/riscv/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config RISCV_SOC_INTERRUPT_INIT bool default y depends on \ :option:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` ---- At ``soc/riscv/riscv-privilege/virt/Kconfig.defconfig.series:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config RISCV_SOC_INTERRUPT_INIT bool default y depends on \ :option:`SOC_SERIES_RISCV_VIRT ` ---- At ``arch/riscv/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → RISCV Options → RISCV Processor Options .. parsed-literal:: config RISCV_SOC_INTERRUPT_INIT bool "Enable SOC-based interrupt initialization" depends on \ :option:`RISCV ` help Enable SOC-based interrupt initialization (call soc_interrupt_init, within _IntLibInit when enabled) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*