zephyr/soc/nxp/common/Kconfig.nbu
Xavier Razavet 1ac3470efb drivers: Narrow Band Unit interruption driver creation
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>
2024-12-19 17:37:24 +01:00

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.