:orphan: .. title:: GPIO_SAM4L .. option:: CONFIG_GPIO_SAM4L *Atmel SAM4L GPIO (PORT) driver* Type: ``bool`` Help ==== Enable support for the Atmel SAM4L 'PORT' GPIO controllers. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_SERIES_SAM4L `) || (\ :option:`SOC_SERIES_SAM4L ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/sam4l/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config GPIO_SAM4L bool default y depends on \ :option:`GPIO ` && \ :option:`SOC_SERIES_SAM4L ` ---- At ``drivers/gpio/Kconfig.sam:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:56`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_SAM4L bool "Atmel SAM4L GPIO (PORT) driver" default y depends on \ :option:`SOC_SERIES_SAM4L ` && \ :option:`GPIO ` help Enable support for the Atmel SAM4L 'PORT' GPIO controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*