CONFIG_UART_SIFIVE_PORT_0_RXCNT_IRQ
Port 0 RX Interrupt Threshold Count
Type: int
Help
Port 0 RX Threshold at which the RX FIFO interrupt triggers.
Default
0
Kconfig definition
At <Zephyr>/drivers/serial/Kconfig.sifive:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:142
Menu path: (Top) → Device Drivers → Serial Drivers → SiFive Freedom serial driver → Enable SIFIVE Port 0
config UART_SIFIVE_PORT_0_RXCNT_IRQ
int "Port 0 RX Interrupt Threshold Count"
default 0
depends on UART_SIFIVE_PORT_0 && SERIAL
help
Port 0 RX Threshold at which the RX FIFO interrupt triggers.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)