-
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¶
- “y” if
GPIO
&&SOC_SERIES_SAME70
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifSOC_FAMILY_SAM
&&GPIO
Kconfig definitions¶
At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:47
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/atmel_sam/Kconfig.defconfig:7
Menu path: (top menu)
config GPIO_SAM bool default "y" ifGPIO
&&SOC_SERIES_SAME70
depends onGPIO
&&SOC_SERIES_SAME70
At drivers/gpio/Kconfig.sam:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:63
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_SAM bool prompt "Atmel SAM GPIO (PORT) driver" ifSOC_FAMILY_SAM
&&GPIO
selectHAS_DTS_GPIO
ifSOC_FAMILY_SAM
&&GPIO
depends onSOC_FAMILY_SAM
&&GPIO
help Enable support for the Atmel SAM 'PORT' GPIO controllers.
(Definitions include propagated dependencies, including from if’s and menus.)