The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Default

  • y

Kconfig definitions

At soc/riscv/openisa_rv32m1/Kconfig.defconfig:125

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config PINMUX_RV32M1
    bool
    default y
    depends on SOC_OPENISA_RV32M1_RISCV32

At drivers/pinmux/Kconfig.rv32m1:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:48drivers/pinmux/Kconfig:47

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

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.)