Creation of the new zephyr\soc\nxp\common\nxp_nbu.c driver which manage the interruption of the NBU. This modification is mandatory to support a coex application which includes Bluetooth and 802.15.4 on the same narrow band path. Signed-off-by: Xavier Razavet <xavier.razavet@nxp.com>
9 lines
203 B
Text
9 lines
203 B
Text
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config NXP_NBU
|
|
bool
|
|
default y if BT || IEEE802154
|
|
depends on DT_HAS_NXP_NBU_ENABLED
|
|
help
|
|
NXP Narrow Band Unit interrupt initialization.
|