mgmt: osdp: Add dependency to UART runtime configuration
Force enabling of the UART runtime configuration for OSDP. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
1ec05c4431
commit
d31424e040
|
@ -9,6 +9,7 @@ menuconfig OSDP
|
|||
select RING_BUFFER
|
||||
imply SERIAL_SUPPORT_INTERRUPT
|
||||
imply UART_INTERRUPT_DRIVEN
|
||||
imply UART_USE_RUNTIME_CONFIGURE
|
||||
select CRC
|
||||
help
|
||||
Add support for Open Supervised Device Protocol (OSDP)
|
||||
|
|
Loading…
Reference in a new issue