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