:orphan: .. title:: UART_SIFIVE_PORT_1_RXCNT_IRQ .. option:: CONFIG_UART_SIFIVE_PORT_1_RXCNT_IRQ *Port 0 RX Interrupt Threshold Count* Type: ``int`` Help ==== .. code-block:: none Port 1 RX Threshold at which the RX FIFO interrupt triggers. Direct dependencies =================== \ :option:`UART_SIFIVE_PORT_1 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/serial/Kconfig.sifive:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:103`` Menu path: (Top) → Device Drivers → Serial Drivers → SiFive Freedom serial driver → Enable SIFIVE Port 1 .. code-block:: kconfig config UART_SIFIVE_PORT_1_RXCNT_IRQ int "Port 0 RX Interrupt Threshold Count" default 0 depends on UART_SIFIVE_PORT_1 && SERIAL help Port 1 RX Threshold at which the RX FIFO interrupt triggers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*