commit | 5a1c0844470415daad8f7ab4c90bfcd9c21afb15 | [log] [tgz] |
---|---|---|
author | Dino Li <Dino.Li@ite.com.tw> | Wed May 18 13:38:10 2022 +0800 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Fri May 27 11:55:31 2022 -0700 |
tree | f08f07f0c74dfe090b3c1f8bfdf3f6959068e533 | |
parent | 4049ccf6213be0bcc93ae037cec170649369af19 [diff] |
driver/serial: ns16550: set NS16550 as default variant This add UART_NS16550_VARIANT_16550 configuration inside the choice of UART_NS16550_VARIANT_NS16750 and UART_NS16550_VARIANT_NS16950. The configuration is enabled by default to make NS16550 device to get correct FIFO size configuration (16 bytes). fixes #45783 Signed-off-by: Dino Li <Dino.Li@ite.com.tw>