:orphan: .. title:: GPIO_EOS_S3 .. option:: CONFIG_GPIO_EOS_S3 *EOS\_S3 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable the EOS S3 gpio driver. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_EOS_S3 `) || (\ :option:`EOS_S3_HAL ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HAS_DTS_GPIO ` Kconfig definitions =================== At ``/arm/quicklogic_eos_s3/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config GPIO_EOS_S3 bool default y depends on GPIO && SOC_EOS_S3 ---- At ``/gpio/Kconfig.eos_s3:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:90`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_EOS_S3 bool "EOS_S3 GPIO driver" select HAS_DTS_GPIO depends on EOS_S3_HAL && GPIO help Enable the EOS S3 gpio driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*