samples: net: cellular_modem: Fix nRF9160
Add missing Kconfigs to nRF9160dk overlays. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
This commit is contained in:
parent
fd20de5e3b
commit
53ddff6395
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
CONFIG_UART_ASYNC_API=y
|
||||
CONFIG_UART_1_ASYNC=y
|
||||
CONFIG_UART_1_INTERRUPT_DRIVEN=n
|
||||
# Enable HW RX byte counting. This especially matters at higher baud rates.
|
||||
CONFIG_UART_1_NRF_HW_ASYNC=y
|
||||
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
CONFIG_UART_ASYNC_API=y
|
||||
CONFIG_UART_1_ASYNC=y
|
||||
CONFIG_UART_1_INTERRUPT_DRIVEN=n
|
||||
# Enable HW RX byte counting. This especially matters at higher baud rates.
|
||||
CONFIG_UART_1_NRF_HW_ASYNC=y
|
||||
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue