1# Configuration options for NXP HDLC RCP communication Interface
2
3# Copyright (c) 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6#
7# HDLC communication Interface used by Zephyr running Openthread RCP host
8#
9
10config HDLC_RCP_IF_NXP
11	bool "NXP HDLC interface for Zephyr Openthread RCP host"
12	default y
13	depends on DT_HAS_NXP_HDLC_RCP_IF_ENABLED
14