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

INTMUX channel 3

Type: bool

Help

Enable support for INTMUX channel 3.

Direct dependencies

(MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32) || RV32M1_INTMUX

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

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config RV32M1_INTMUX_CHANNEL_3
    bool
    default "y" if MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32
    depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32

At drivers/interrupt_controller/Kconfig.rv32m1:41

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24drivers/interrupt_controller/Kconfig:165

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config RV32M1_INTMUX_CHANNEL_3
    bool
    prompt "INTMUX channel 3" if RV32M1_INTMUX
    depends on RV32M1_INTMUX
    help
      Enable support for INTMUX channel 3.

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