-
CONFIG_GPIO_ATMEL_SAM3
¶
Atmel SAM3 PIO Controllers
Type: bool
Help¶
Enable config options to support the PIO controllers on Atmel SAM3 family processors.
Says n if not sure.
Direct dependencies¶
(GPIO
&& BOARD_ARDUINO_DUE
) || (SOC_SERIES_SAM3X
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&BOARD_ARDUINO_DUE
Kconfig definitions¶
At boards/arm/arduino_due/Kconfig.defconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config GPIO_ATMEL_SAM3 bool default "y" ifGPIO
&&BOARD_ARDUINO_DUE
depends onGPIO
&&BOARD_ARDUINO_DUE
At drivers/gpio/Kconfig.atmel_sam3:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:41
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_ATMEL_SAM3 bool prompt "Atmel SAM3 PIO Controllers" ifSOC_SERIES_SAM3X
&&GPIO
depends onSOC_SERIES_SAM3X
&&GPIO
help Enable config options to support the PIO controllers on Atmel SAM3 family processors. Says n if not sure.
(Definitions include propagated dependencies, including from if’s and menus.)