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:8
→ Kconfig.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:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/gpio/Kconfig:100
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.)