mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 08:01:56 +00:00
Add a HDLC RCP communication with its hdlc_api interface APIs and a NXP driver. Signed-off-by: Jamel Arbi <jamel.arbi@nxp.com>
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
# Configuration options for NXP HDLC RCP communication Interface
|
|
|
|
# Copyright (c) 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
# HDLC communication Interface used by Zephyr running Openthread RCP host
|
|
#
|
|
|
|
config HDLC_RCP_IF_NXP
|
|
bool "NXP HDLC interface for Zephyr Openthread RCP host"
|
|
default y
|
|
depends on DT_HAS_NXP_HDLC_RCP_IF_ENABLED
|