:orphan: .. title:: GPIO_ATMEL_SAM3_PORTC_DEV_NAME .. option:: CONFIG_GPIO_ATMEL_SAM3_PORTC_DEV_NAME *Device name for Port C* Type: ``string`` Help ==== Device name for Port C. Direct dependencies =================== \ :option:`GPIO_ATMEL_SAM3_PORTC ` && \ :option:`GPIO_ATMEL_SAM3 ` && \ :option:`GPIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "PIOC" if \ :option:`GPIO_ATMEL_SAM3_PORTC ` && \ :option:`GPIO_ATMEL_SAM3 ` && \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.atmel_sam3:63`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:41`` Menu path: (top menu) → Device Drivers → GPIO Drivers → Atmel SAM3 PIO Controllers → Enable driver for Atmel SAM3 PIO Port C .. parsed-literal:: config GPIO_ATMEL_SAM3_PORTC_DEV_NAME string prompt "Device name for Port C" if \ :option:`GPIO_ATMEL_SAM3_PORTC ` && \ :option:`GPIO_ATMEL_SAM3 ` && \ :option:`GPIO ` default "PIOC" if \ :option:`GPIO_ATMEL_SAM3_PORTC ` && \ :option:`GPIO_ATMEL_SAM3 ` && \ :option:`GPIO ` depends on \ :option:`GPIO_ATMEL_SAM3_PORTC ` && \ :option:`GPIO_ATMEL_SAM3 ` && \ :option:`GPIO ` help Device name for Port C. *(Definitions include propagated dependencies, including from if's and menus.)*