:orphan: .. title:: PINMUX_RV32M1_PORTA .. option:: CONFIG_PINMUX_RV32M1_PORTA *Port A* Type: ``bool`` Help ==== Enable Port A. Direct dependencies =================== (\ :option:`PINMUX_RV32M1 ` && \ :option:`BOARD_RV32M1_VEGA `) || (\ :option:`PINMUX_RV32M1 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/riscv/rv32m1_vega/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config PINMUX_RV32M1_PORTA bool default y depends on \ :option:`PINMUX_RV32M1 ` && \ :option:`BOARD_RV32M1_VEGA ` ---- At ``drivers/pinmux/Kconfig.rv32m1:14`` 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 .. parsed-literal:: config PINMUX_RV32M1_PORTA bool "Port A" depends on \ :option:`PINMUX_RV32M1 ` && \ :option:`PINMUX ` help Enable Port A. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*