1# Copyright 2023-2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_MCXW 5 6config NUM_IRQS 7 default 75 8 9config SYS_CLOCK_HW_CYCLES_PER_SEC 10 default 96000000 if CORTEX_M_SYSTICK 11 12config MCUX_FLASH_K4_API 13 default y 14 15if BT 16 17# Include intercore messaging component 18config NXP_RF_IMU 19 default y 20 21# Set the controller's public identity using NXP vendor command 22config BT_HCI_SET_PUBLIC_ADDR 23 default y 24 25# HCI RX buffers are received in ISR context. RX messages 26# need to be queued and processed by a dedicated thread 27config HCI_NXP_RX_THREAD 28 default y 29 30endif # BT 31endif # SOC_SERIES_MCXW 32