-
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.)
Defaults¶
- 0 if
UART_GECKO
&&BOARD_EFR32_SLWSTK6061A
Kconfig definitions¶
At boards/arm/efr32_slwstk6061a/Kconfig.defconfig:46
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config USART_GECKO_0_GPIO_LOC int default 0 ifUART_GECKO
&&BOARD_EFR32_SLWSTK6061A
depends onUART_GECKO
&&BOARD_EFR32_SLWSTK6061A
At drivers/serial/Kconfig.gecko:58
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:22
→ drivers/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" ifUART_GECKO
&&USART_GECKO_0
&&UART_GECKO
&&SERIAL
range 0 3 ifUART_GECKO
&&USART_GECKO_0
&&UART_GECKO
&&SERIAL
depends onUART_GECKO
&&USART_GECKO_0
&&UART_GECKO
&&SERIAL
help The GPIO pins to use.
(Definitions include propagated dependencies, including from if’s and menus.)