CONFIG_GPIO_SAM

Atmel SAM GPIO (PORT) driver

Type: bool

Help

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

Direct dependencies

GPIO && SOC_FAMILY_SAM && GPIO

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/gpio/Kconfig.sam:6

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:75

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

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

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