-
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¶
- “y” if
SOC_OPENISA_RV32M1_RISCV32
Kconfig definitions¶
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:171
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config PINMUX_RV32M1 bool default "y" ifSOC_OPENISA_RV32M1_RISCV32
depends onSOC_OPENISA_RV32M1_RISCV32
At drivers/pinmux/Kconfig.rv32m1:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:44
→ drivers/pinmux/Kconfig:60
Menu path: (top menu) → Device Drivers → Enable board pinmux driver
menuconfig PINMUX_RV32M1 bool prompt "RV32M1 pinmux driver" ifSOC_OPENISA_RV32M1_RISCV32
&&PINMUX
depends onSOC_OPENISA_RV32M1_RISCV32
&&PINMUX
help Enable the RV32M1 pinmux driver.
(Definitions include propagated dependencies, including from if’s and menus.)