-
CONFIG_GPIO_RV32M1
¶
RV32M1 GPIO driver
Type: bool
Help¶
Enable the RV32M1 GPIO driver.
Direct dependencies¶
(GPIO
&& SOC_OPENISA_RV32M1_RISCV32
) || (SOC_OPENISA_RV32M1_RISCV32
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_OPENISA_RV32M1_RISCV32
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/riscv32/openisa_rv32m1/Kconfig.defconfig:176
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config GPIO_RV32M1 bool default "y" ifGPIO
&&SOC_OPENISA_RV32M1_RISCV32
depends onGPIO
&&SOC_OPENISA_RV32M1_RISCV32
At drivers/gpio/Kconfig.rv32m1:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:73
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_RV32M1 bool prompt "RV32M1 GPIO driver" ifSOC_OPENISA_RV32M1_RISCV32
&&GPIO
selectHAS_DTS_GPIO
ifSOC_OPENISA_RV32M1_RISCV32
&&GPIO
depends onSOC_OPENISA_RV32M1_RISCV32
&&GPIO
help Enable the RV32M1 GPIO driver.
(Definitions include propagated dependencies, including from if’s and menus.)