Browse Source

drivers: hdlc_rcp_if: Select EVENTS

The HDLC platform implementation uses the k_event API.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
pull/89798/head
Pieter De Gendt 1 month ago committed by Anas Nashif
parent
commit
b24085ddda
  1. 1
      drivers/hdlc_rcp_if/Kconfig

1
drivers/hdlc_rcp_if/Kconfig

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
menuconfig HDLC_RCP_IF
bool "HDLC interface for a Zephyr Openthread RCP host"
depends on NET_L2_OPENTHREAD && !OPENTHREAD_COPROCESSOR
select EVENTS
if HDLC_RCP_IF

Loading…
Cancel
Save