-
CONFIG_GPIO_ATMEL_SAM3_PORTA
¶
Enable driver for Atmel SAM3 PIO Port A
Type: bool
Help¶
Build the driver to utilize PIO controller Port A.
Direct dependencies¶
(GPIO
&& BOARD_ARDUINO_DUE
) || (GPIO_ATMEL_SAM3
&& 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:17
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_ATMEL_SAM3_PORTA bool default "y" ifGPIO
&&BOARD_ARDUINO_DUE
depends onGPIO
&&BOARD_ARDUINO_DUE
At drivers/gpio/Kconfig.atmel_sam3:20
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:51
Menu path: (top menu) → Device Drivers → GPIO Drivers → Atmel SAM3 PIO Controllers
config GPIO_ATMEL_SAM3_PORTA bool prompt "Enable driver for Atmel SAM3 PIO Port A" ifGPIO_ATMEL_SAM3
&&GPIO
depends onGPIO_ATMEL_SAM3
&&GPIO
help Build the driver to utilize PIO controller Port A.
(Definitions include propagated dependencies, including from if’s and menus.)