:orphan: .. title:: CONFIG_GPIO_SAM0 .. kconfig:: CONFIG_GPIO_SAM0 CONFIG_GPIO_SAM0 ################ *Atmel SAM0 GPIO (PORT) driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Atmel SAM0 'PORT' GPIO controllers. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`GPIO ` - \ :kconfig:`GPIO ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config GPIO_SAM0 bool default GPIO depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config GPIO_SAM0 bool default GPIO depends on SOC_FAMILY_SAM0 ---- At ``/gpio/Kconfig.sam0:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:56`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_SAM0 bool "Atmel SAM0 GPIO (PORT) driver" default y depends on SOC_FAMILY_SAM0 && GPIO help Enable support for the Atmel SAM0 'PORT' GPIO controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*