:orphan: .. title:: GPIO_RV32M1 .. option:: CONFIG_GPIO_RV32M1 *RV32M1 GPIO driver* Type: ``bool`` Help ==== Enable the RV32M1 GPIO driver. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 `) || (\ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config GPIO_RV32M1 bool default y depends on \ :option:`GPIO ` && \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``drivers/gpio/Kconfig.rv32m1:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:70`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_RV32M1 bool "RV32M1 GPIO driver" depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :option:`GPIO ` help Enable the RV32M1 GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*