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:
parent
7076de9e8a
commit
8a1489c291
|
@ -724,15 +724,15 @@ if UART_BTH4
|
|||
|
||||
config UART_BTH4_TXBUFSIZE
|
||||
int "BT H4 uart TX buffer size"
|
||||
default 1024
|
||||
default 2048
|
||||
---help---
|
||||
H4 UART TX buffer size. Default: 1024
|
||||
H4 UART TX buffer size. Default: 2048
|
||||
|
||||
config UART_BTH4_RXBUFSIZE
|
||||
int "BT H4 uart RX buffer size"
|
||||
default 1024
|
||||
default 8096
|
||||
---help---
|
||||
H4 UART RX buffer size. Default: 1024
|
||||
H4 UART RX buffer size. Default: 8096
|
||||
|
||||
config UART_BTH4_NPOLLWAITERS
|
||||
int "Number of poll threads"
|
||||
|
|
Loading…
Reference in New Issue