:orphan: .. title:: RV32M1_INTMUX_CHANNEL_2 .. option:: CONFIG_RV32M1_INTMUX_CHANNEL_2 *INTMUX channel 2* Type: ``bool`` Help ==== Enable support for INTMUX channel 2. Direct dependencies =================== (\ :option:`BT ` && \ :option:`BOARD_RV32M1_VEGA `) || (\ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (!\ :option:`BT ` && \ :option:`RV32M1_INTMUX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/rv32m1_vega/Kconfig.defconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config RV32M1_INTMUX_CHANNEL_2 bool default n depends on \ :option:`BT ` && \ :option:`BOARD_RV32M1_VEGA ` ---- At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:105`` 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 RV32M1_INTMUX_CHANNEL_2 bool default y depends on \ :option:`MULTI_LEVEL_INTERRUPTS ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/interrupt_controller/Kconfig.rv32m1:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:61`` Menu path: (Top) → Device Drivers → Interrupt Controllers → OpenISA RV32M1 INTMUX interrupt controller support .. parsed-literal:: config RV32M1_INTMUX_CHANNEL_2 bool "INTMUX channel 2" depends on !\ :option:`BT ` && \ :option:`RV32M1_INTMUX ` help Enable support for INTMUX channel 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*