CONFIG_USART_GECKO_1

USART 1

Type: bool

Help

Enable USART 1.

Direct dependencies

UART_GECKO && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.gecko:67

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

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

menuconfig USART_GECKO_1
    bool
    prompt "USART 1" if UART_GECKO && SERIAL
    depends on UART_GECKO && SERIAL
    help
      Enable USART 1.

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