-
CONFIG_GPIO_SAM0
¶
Atmel SAM0 GPIO (PORT) driver
Type: bool
Help¶
Enable support for the Atmel SAM0 ‘PORT’ GPIO controllers.
Direct dependencies¶
GPIO
&& SOC_FAMILY_SAM0
&& GPIO
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/gpio/Kconfig.sam0:6
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:73
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_SAM0 bool prompt "Atmel SAM0 GPIO (PORT) driver" ifGPIO
&&SOC_FAMILY_SAM0
&&GPIO
depends onGPIO
&&SOC_FAMILY_SAM0
&&GPIO
help Enable support for the Atmel SAM0 'PORT' GPIO controllers.
(Definitions include propagated dependencies, including from if’s and menus.)