CONFIG_USART_GECKO_0_GPIO_LOC

Pin Locations

Type: int

Help

The GPIO pins to use.

Direct dependencies

(UART_GECKO && BOARD_EFR32_SLWSTK6061A) || (UART_GECKO && USART_GECKO_0 && UART_GECKO && SERIAL)

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

Kconfig definitions

At boards/arm/efr32_slwstk6061a/Kconfig.defconfig:46

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config USART_GECKO_0_GPIO_LOC
    int
    default 0 if UART_GECKO && BOARD_EFR32_SLWSTK6061A
    depends on UART_GECKO && BOARD_EFR32_SLWSTK6061A

At drivers/serial/Kconfig.gecko:58

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

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

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

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