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

CONFIG_UART_SIFIVE

SiFive Freedom serial driver

Type: bool

Help

This option enables the SiFive Freedom serial driver.

Direct dependencies

(SERIAL && BOARD_HIFIVE_UNLEASHED) || (SERIAL && BOARD_HIFIVE_UNMATCHED) || (SOC_SERIES_RISCV_SIFIVE_FREEDOM && SERIAL)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At boards/riscv/hifive_unleashed/Kconfig.defconfig:19

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config UART_SIFIVE
    bool
    default y
    depends on SERIAL && BOARD_HIFIVE_UNLEASHED

At boards/riscv/hifive_unmatched/Kconfig.defconfig:19

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config UART_SIFIVE
    bool
    default y
    depends on SERIAL && BOARD_HIFIVE_UNMATCHED

At drivers/serial/Kconfig.sifive:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:126

Menu path: (Top) → Device Drivers → Serial Drivers

menuconfig UART_SIFIVE
    bool "SiFive Freedom serial driver"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on SOC_SERIES_RISCV_SIFIVE_FREEDOM && SERIAL
    help
      This option enables the SiFive Freedom serial driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)