:orphan: .. title:: RV32M1_INTMUX_INIT_PRIORITY .. option:: CONFIG_RV32M1_INTMUX_INIT_PRIORITY *INTMUX driver initialization priority* Type: ``int`` Help ==== Boot time initialization priority for INTMUX driver. Don't change the default unless you know what you are doing. Direct dependencies =================== \ :option:`RV32M1_INTMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - 40 Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.rv32m1:18`` 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_INIT_PRIORITY int "INTMUX driver initialization priority" default 40 depends on \ :option:`RV32M1_INTMUX ` help Boot time initialization priority for INTMUX driver. Don't change the default unless you know what you are doing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*