:orphan: .. title:: UART_SIFIVE_PORT_1 .. option:: CONFIG_UART_SIFIVE_PORT_1 *Enable SIFIVE Port 1* Type: ``bool`` Help ==== This tells the driver to configure the UART port at boot, depending on the additional configure options below. Direct dependencies =================== \ :option:`UART_SIFIVE ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.sifive:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:103`` Menu path: (Top) → Device Drivers → Serial Drivers → SiFive Freedom serial driver .. parsed-literal:: menuconfig UART_SIFIVE_PORT_1 bool "Enable SIFIVE Port 1" depends on \ :option:`UART_SIFIVE ` && \ :option:`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.)*