-
CONFIG_GPIO_RV32M1_PORTB
¶
Port B
Type: bool
Help¶
Enable Port B.
Direct dependencies¶
(GPIO_RV32M1
&& BOARD_RV32M1_VEGA
) || (RV32M1_INTMUX
&& PINMUX_RV32M1_PORTB
&& GPIO_RV32M1
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Default¶
y if
RV32M1_INTMUX
Kconfig definitions¶
At boards/riscv/rv32m1_vega/Kconfig.defconfig:41
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config GPIO_RV32M1_PORTB bool default y ifRV32M1_INTMUX
depends onGPIO_RV32M1
&&BOARD_RV32M1_VEGA
At drivers/gpio/Kconfig.rv32m1:21
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:64
Menu path: (Top) → Device Drivers → GPIO Drivers → RV32M1 GPIO driver
config GPIO_RV32M1_PORTB bool "Port B" depends onRV32M1_INTMUX
&&PINMUX_RV32M1_PORTB
&&GPIO_RV32M1
&&GPIO
help Enable Port B.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)