CONFIG_GPIO_ATMEL_SAM3_PORTC

Enable driver for Atmel SAM3 PIO Port C

Type: bool

Help

Build the driver to utilize PIO controller Port C.

Direct dependencies

(GPIO && BOARD_ARDUINO_DUE) || (GPIO_ATMEL_SAM3 && GPIO)

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

Defaults

Kconfig definitions

At boards/arm/arduino_due/Kconfig.defconfig:23

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_ATMEL_SAM3_PORTC
    bool
    default "y" if GPIO && BOARD_ARDUINO_DUE
    depends on GPIO && BOARD_ARDUINO_DUE

At drivers/gpio/Kconfig.atmel_sam3:58

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

Menu path: (top menu) → Device Drivers → GPIO Drivers → Atmel SAM3 PIO Controllers

config GPIO_ATMEL_SAM3_PORTC
    bool
    prompt "Enable driver for Atmel SAM3 PIO Port C" if GPIO_ATMEL_SAM3 && GPIO
    depends on GPIO_ATMEL_SAM3 && GPIO
    help
      Build the driver to utilize PIO controller Port C.

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