The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_SAM

Atmel SAM GPIO (PORT) driver

Type: bool

Help

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

Direct dependencies

(GPIO && SOC_SERIES_SAME70) || (SOC_FAMILY_SAM && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:47

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config GPIO_SAM
    bool
    default "y" if GPIO && SOC_SERIES_SAME70
    depends on GPIO && SOC_SERIES_SAME70

At drivers/gpio/Kconfig.sam:6

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:63

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_SAM
    bool
    prompt "Atmel SAM GPIO (PORT) driver" if SOC_FAMILY_SAM && GPIO
    select HAS_DTS_GPIO if SOC_FAMILY_SAM && GPIO
    depends on SOC_FAMILY_SAM && GPIO
    help
      Enable support for the Atmel SAM 'PORT' GPIO controllers.

(Definitions include propagated dependencies, including from if’s and menus.)