CONFIG_GPIO_SAM4L
Atmel SAM4L GPIO (PORT) driver
Type: bool
Help
Enable support for the Atmel SAM4L 'PORT' GPIO controllers.
Direct dependencies
(GPIO
&& SOC_SERIES_SAM4L
) || (SOC_SERIES_SAM4L
&& GPIO
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y if n
Kconfig definitions
At <SoC>/arm/atmel_sam/sam4l/Kconfig.defconfig.series:48
Included via Kconfig:8
→ Kconfig.zephyr:27
→ <SoC>/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config GPIO_SAM4L
bool
default y
depends on GPIO && SOC_SERIES_SAM4L
At <Driver>/gpio/Kconfig.sam:18
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:36
→ <Driver>/gpio/Kconfig:66
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_SAM4L
bool "Atmel SAM4L GPIO (PORT) driver"
default y if n
depends on SOC_SERIES_SAM4L && GPIO && GPIO
help
Enable support for the Atmel SAM4L 'PORT' GPIO controllers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)