:orphan: .. title:: PINMUX_RV32M1_PORTA_NAME .. option:: CONFIG_PINMUX_RV32M1_PORTA_NAME *Pinmux Port A driver name* Type: ``string`` Direct dependencies =================== \ :option:`PINMUX_RV32M1_PORTA ` && \ :option:`PINMUX_RV32M1 ` && \ :option:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - "porta" Kconfig definition ================== .. highlight:: kconfig At ``drivers/pinmux/Kconfig.rv32m1:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:42`` → ``drivers/pinmux/Kconfig:51`` Menu path: (Top) → Device Drivers → Enable board pinmux driver → RV32M1 pinmux driver → Port A .. parsed-literal:: config PINMUX_RV32M1_PORTA_NAME string "Pinmux Port A driver name" default "porta" depends on \ :option:`PINMUX_RV32M1_PORTA ` && \ :option:`PINMUX_RV32M1 ` && \ :option:`PINMUX ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*