The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_PINMUX_RV32M1

RV32M1 pinmux driver

Type: bool

Help

Enable the RV32M1 pinmux driver.

Direct dependencies

SOC_OPENISA_RV32M1_RISCV32 || (SOC_OPENISA_RV32M1_RISCV32 && PINMUX)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:171

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config PINMUX_RV32M1
    bool
    default "y" if SOC_OPENISA_RV32M1_RISCV32
    depends on SOC_OPENISA_RV32M1_RISCV32

At drivers/pinmux/Kconfig.rv32m1:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:44drivers/pinmux/Kconfig:60

Menu path: (top menu) → Device Drivers → Enable board pinmux driver

menuconfig PINMUX_RV32M1
    bool
    prompt "RV32M1 pinmux driver" if SOC_OPENISA_RV32M1_RISCV32 && PINMUX
    depends on SOC_OPENISA_RV32M1_RISCV32 && PINMUX
    help
      Enable the RV32M1 pinmux driver.

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