:orphan: .. title:: CONFIG_GPIO_RV32M1 .. kconfig:: CONFIG_GPIO_RV32M1 CONFIG_GPIO_RV32M1 ################## *RV32M1 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the RV32M1 GPIO driver. Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config GPIO_RV32M1 bool default y depends on GPIO && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config GPIO_RV32M1 bool default y depends on GPIO && SOC_OPENISA_RV32M1_RISCV32 ---- At ``/gpio/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:72`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*