The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_UART_SIFIVE_PORT_0

Enable SIFIVE Port 0

Type: bool

Help

This tells the driver to configure the UART port at boot, depending on the additional configure options below.

Direct dependencies

UART_SIFIVE && SERIAL

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig.sifive:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:101

Menu path: (top menu) → Device Drivers → Serial Drivers → SiFive Freedom serial driver

menuconfig UART_SIFIVE_PORT_0
    bool
    prompt "Enable SIFIVE Port 0" if UART_SIFIVE && SERIAL
    depends on UART_SIFIVE && SERIAL
    help
      This tells the driver to configure the UART port at boot, depending on
      the additional configure options below.

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