:orphan: .. title:: CONFIG_UART_SIFIVE_PORT_0 .. kconfig:: CONFIG_UART_SIFIVE_PORT_0 CONFIG_UART_SIFIVE_PORT_0 ######################### *Enable SIFIVE Port 0* Type: ``bool`` Help ==== .. code-block:: none This tells the driver to configure the UART port at boot, depending on the additional configure options below. Direct dependencies =================== \ :kconfig:`UART_SIFIVE ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.sifive:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:126`` Menu path: (Top) → Device Drivers → Serial Drivers → SiFive Freedom serial driver .. code-block:: kconfig menuconfig UART_SIFIVE_PORT_0 bool "Enable SIFIVE Port 0" depends on UART_SIFIVE && SERIAL help This tells the driver to configure the UART port at boot, depending on the additional configure options below. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*