:orphan: .. title:: PINMUX_RV32M1 .. option:: CONFIG_PINMUX_RV32M1 *RV32M1 pinmux driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 pinmux driver. Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` || (\ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:125`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config PINMUX_RV32M1 bool default y depends on SOC_OPENISA_RV32M1_RISCV32 ---- At ``/pinmux/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:45`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_RV32M1 bool "RV32M1 pinmux driver" depends on SOC_OPENISA_RV32M1_RISCV32 && PINMUX help Enable the RV32M1 pinmux driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*