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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config GPIO_EOS_S3
bool
default y
depends on GPIO && SOC_EOS_S3
At <Zephyr>/drivers/gpio/Kconfig.eos_s3:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:36
→ <Zephyr>/drivers/gpio/Kconfig:98
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.)