:orphan: .. title:: UART_SIFIVE .. option:: CONFIG_UART_SIFIVE *SiFive Freedom serial driver* Type: ``bool`` Help ==== This option enables the SiFive Freedom serial driver. Direct dependencies =================== \ :option:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:103`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: menuconfig UART_SIFIVE bool "SiFive Freedom serial driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :option:`SERIAL ` help This option enables the SiFive Freedom serial driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*