-
CONFIG_GPIO_RV32M1_PORTA
¶
Port A
Type: bool
Help¶
Enable Port A.
Direct dependencies¶
(GPIO_RV32M1
&& BOARD_RV32M1_VEGA
) || (PINMUX_RV32M1_PORTA
&& GPIO_RV32M1
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO_RV32M1
&&BOARD_RV32M1_VEGA
Kconfig definitions¶
At boards/riscv32/rv32m1_vega/Kconfig.defconfig:37
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_RV32M1_PORTA bool default "y" ifGPIO_RV32M1
&&BOARD_RV32M1_VEGA
depends onGPIO_RV32M1
&&BOARD_RV32M1_VEGA
At drivers/gpio/Kconfig.rv32m1:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:73
Menu path: (top menu) → Device Drivers → GPIO Drivers → RV32M1 GPIO driver
config GPIO_RV32M1_PORTA bool prompt "Port A" ifPINMUX_RV32M1_PORTA
&&GPIO_RV32M1
&&GPIO
depends onPINMUX_RV32M1_PORTA
&&GPIO_RV32M1
&&GPIO
help Enable Port A.
(Definitions include propagated dependencies, including from if’s and menus.)