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 ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/openisa_rv32m1/Kconfig.defconfig:128

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config GPIO_RV32M1
    bool
    default y
    depends on GPIO && SOC_OPENISA_RV32M1_RISCV32

At <Zephyr>/drivers/gpio/Kconfig.rv32m1:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:68

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_RV32M1
    bool "RV32M1 GPIO driver"
    depends on SOC_OPENISA_RV32M1_RISCV32 && GPIO
    help
      Enable the RV32M1 GPIO driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)