driver/h4:increase h4 uart tx/rx buffer default size

tx buffer size 1024 to 2048
rx buffer size 1024 to 8096

Signed-off-by: fangzhenwei <fangzhenwei@xiaomi.com>
This commit is contained in:
fangzhenwei 2022-09-05 22:50:37 +08:00 committed by Petro Karashchenko
parent 7076de9e8a
commit 8a1489c291
1 changed files with 4 additions and 4 deletions

View File

@ -724,15 +724,15 @@ if UART_BTH4
config UART_BTH4_TXBUFSIZE config UART_BTH4_TXBUFSIZE
int "BT H4 uart TX buffer size" int "BT H4 uart TX buffer size"
default 1024 default 2048
---help--- ---help---
H4 UART TX buffer size. Default: 1024 H4 UART TX buffer size. Default: 2048
config UART_BTH4_RXBUFSIZE config UART_BTH4_RXBUFSIZE
int "BT H4 uart RX buffer size" int "BT H4 uart RX buffer size"
default 1024 default 8096
---help--- ---help---
H4 UART RX buffer size. Default: 1024 H4 UART RX buffer size. Default: 8096
config UART_BTH4_NPOLLWAITERS config UART_BTH4_NPOLLWAITERS
int "Number of poll threads" int "Number of poll threads"