CONFIG_GPIO_EOS_S3¶
EOS_S3 GPIO driver
Type: bool
Help¶
Enable the EOS S3 gpio driver.
Direct dependencies¶
(GPIO && SOC_EOS_S3) || (GPIO && SOC_EOS_S3) || (EOS_S3_HAL && GPIO)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr SoC>/arm/quicklogic_eos_s3/Kconfig.defconfig:33
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config GPIO_EOS_S3
    bool
    default y
    depends on GPIO && SOC_EOS_S3
At <Zephyr SoC>/arm/quicklogic_eos_s3/Kconfig.defconfig:33
Included via Kconfig:8 → Kconfig.zephyr:27
Menu path: (Top)
config GPIO_EOS_S3
    bool
    default y
    depends on GPIO && SOC_EOS_S3
At <Zephyr Driver>/gpio/Kconfig.eos_s3:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/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.)