:orphan: .. title:: CONFIG_UART_SIFIVE .. kconfig:: CONFIG_UART_SIFIVE CONFIG_UART_SIFIVE ################## *SiFive Freedom serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the SiFive Freedom serial driver. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_HIFIVE_UNLEASHED `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_HIFIVE_UNMATCHED `) || (\ :kconfig:`SOC_SERIES_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/riscv/hifive_unleashed/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_SIFIVE bool default y depends on SERIAL && BOARD_HIFIVE_UNLEASHED ---- At ``/riscv/hifive_unmatched/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_SIFIVE bool default y depends on SERIAL && BOARD_HIFIVE_UNMATCHED ---- At ``/serial/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:142`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*