Skip to content

Commit d79e9e7

Browse files
committed
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 <[email protected]>
1 parent 5ce7d05 commit d79e9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/serial/Kconfig.bt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config UART_BT
88
select UART_INTERRUPT_DRIVEN
99
select RING_BUFFER
1010
select EXPERIMENTAL
11+
select SERIAL_SUPPORT_INTERRUPT
1112
help
1213
Enable the UART over NUS Bluetooth driver, which can be used to pipe
1314
serial data over Bluetooth LE GATT using NUS (Nordic UART Service).

0 commit comments

Comments
 (0)