CONFIG_USART_GECKO_1_GPIO_LOC

Pin Locations

Type: int

Help

The GPIO pins to use.

Direct dependencies

UART_GECKO && USART_GECKO_1 && UART_GECKO && SERIAL

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/serial/Kconfig.gecko:74

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22drivers/serial/Kconfig:98

Menu path: (top menu) → Device Drivers → Serial Drivers → Gecko uart driver → USART 1

config USART_GECKO_1_GPIO_LOC
    int
    prompt "Pin Locations" if UART_GECKO && USART_GECKO_1 && UART_GECKO && SERIAL
    range 0 3 if UART_GECKO && USART_GECKO_1 && UART_GECKO && SERIAL
    depends on UART_GECKO && USART_GECKO_1 && UART_GECKO && SERIAL
    help
      The GPIO pins to use.

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