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

INTMUX channel 2

Type: bool

Help

Enable support for INTMUX channel 2.

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:151

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config RV32M1_INTMUX_CHANNEL_2
    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:36

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

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

config RV32M1_INTMUX_CHANNEL_2
    bool
    prompt "INTMUX channel 2" if RV32M1_INTMUX
    depends on RV32M1_INTMUX
    help
      Enable support for INTMUX channel 2.

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