The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_GPIO_EOS_S3

EOS_S3 GPIO driver

Type: bool

Help

Enable the EOS S3 gpio driver.

Direct dependencies

(GPIO && SOC_EOS_S3) || (EOS_S3_HAL && GPIO)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arm/quicklogic_eos_s3/Kconfig.defconfig:33

Included via Kconfig:8Kconfig.zephyr:27

Menu path: (Top)

config GPIO_EOS_S3
    bool
    default y
    depends on GPIO && SOC_EOS_S3

At drivers/gpio/Kconfig.eos_s3:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:90

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

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.)