The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_PINMUX_RV32M1_PORTA

Port A

Type: bool

Help

Enable Port A.

Direct dependencies

(PINMUX_RV32M1 && BOARD_RV32M1_VEGA) || (PINMUX_RV32M1 && PINMUX)

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

Defaults

Kconfig definitions

At boards/riscv32/rv32m1_vega/Kconfig.defconfig:18

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config PINMUX_RV32M1_PORTA
    bool
    default "y" if PINMUX_RV32M1 && BOARD_RV32M1_VEGA
    depends on PINMUX_RV32M1 && BOARD_RV32M1_VEGA

At drivers/pinmux/Kconfig.rv32m1:16

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

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

config PINMUX_RV32M1_PORTA
    bool
    prompt "Port A" if PINMUX_RV32M1 && PINMUX
    depends on PINMUX_RV32M1 && PINMUX
    help
      Enable Port A.

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