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