CONFIG_GPIO_SAM0

Atmel SAM0 GPIO (PORT) driver

Type: bool

Help

Enable support for the Atmel SAM0 ‘PORT’ GPIO controllers.

Direct dependencies

SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && GPIO)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (Top)

config GPIO_SAM0
    bool
    default GPIO
    depends on SOC_FAMILY_SAM0

At <Zephyr>/drivers/gpio/Kconfig.sam0:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:54

Menu path: (Top) → Device Drivers → GPIO Drivers

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.)