-
CONFIG_UART_GECKO_0
¶
UART 0
Type: bool
Help¶
Enable UART 0.
Direct dependencies¶
(UART_GECKO
&& BOARD_EFM32WG_STK3800
) || (UART_GECKO
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_GECKO
&&BOARD_EFM32WG_STK3800
Kconfig definitions¶
At boards/arm/efm32wg_stk3800/Kconfig.defconfig:43
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config UART_GECKO_0 bool default "y" ifUART_GECKO
&&BOARD_EFM32WG_STK3800
depends onUART_GECKO
&&BOARD_EFM32WG_STK3800
At drivers/serial/Kconfig.gecko:19
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
menuconfig UART_GECKO_0 bool prompt "UART 0" ifUART_GECKO
&&SERIAL
depends onUART_GECKO
&&SERIAL
help Enable UART 0.
(Definitions include propagated dependencies, including from if’s and menus.)