:orphan: .. title:: CONFIG_GPIO_TELINK_B91 .. kconfig:: CONFIG_GPIO_TELINK_B91 CONFIG_GPIO_TELINK_B91 ###################### *Telink B91 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the B91 GPIO driver. Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`SOC_RISCV_TELINK_B91 ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`GPIO ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_TELINK_B91 bool default y if GPIO depends on BOARD_TLSR9518ADK80D ---- At ``/gpio/Kconfig.b91:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_TELINK_B91 bool "Telink B91 GPIO driver" depends on SOC_RISCV_TELINK_B91 && GPIO help Enable the B91 GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*