:orphan: .. title:: CONFIG_RV32M1_INTMUX_CHANNEL_0 .. kconfig:: CONFIG_RV32M1_INTMUX_CHANNEL_0 CONFIG_RV32M1_INTMUX_CHANNEL_0 ############################## *INTMUX channel 0* Type: ``bool`` Help ==== .. code-block:: none Enable support for INTMUX channel 0. Direct dependencies =================== (\ :kconfig:`MULTI_LEVEL_INTERRUPTS ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`MULTI_LEVEL_INTERRUPTS ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || \ :kconfig:`RV32M1_INTMUX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config RV32M1_INTMUX_CHANNEL_0 bool default y depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config RV32M1_INTMUX_CHANNEL_0 bool default y depends on MULTI_LEVEL_INTERRUPTS && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/interrupt_controller/Kconfig.rv32m1:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:60`` Menu path: (Top) → Device Drivers → Interrupt Controllers → OpenISA RV32M1 INTMUX interrupt controller support .. code-block:: kconfig config RV32M1_INTMUX_CHANNEL_0 bool "INTMUX channel 0" depends on RV32M1_INTMUX help Enable support for INTMUX channel 0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*