zephyr/drivers/hdlc_rcp_if/Kconfig.nxp
Jamel Arbi 70add85f9f drivers: openthread: nxp: Add a HDLC RCP communication
Add a HDLC RCP communication with its hdlc_api interface APIs
and a NXP driver.

Signed-off-by: Jamel Arbi <jamel.arbi@nxp.com>
2024-11-27 10:37:21 -05:00

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