serial: uart_bt: select SERIAL_SUPPORT_INTERRUPT
Select SERIAL_SUPPORT_INTERRUPT for uart_bt, this is required to have the interrupt API available. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
5ce7d05b70
commit
d79e9e7d3a
@ -8,6 +8,7 @@ config UART_BT
|
||||
select UART_INTERRUPT_DRIVEN
|
||||
select RING_BUFFER
|
||||
select EXPERIMENTAL
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
help
|
||||
Enable the UART over NUS Bluetooth driver, which can be used to pipe
|
||||
serial data over Bluetooth LE GATT using NUS (Nordic UART Service).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user