From 70fbf4e0b7ec6331f1cc99be661247ff8b80f059 Mon Sep 17 00:00:00 2001 From: Nirav Agrawal Date: Mon, 7 Jul 2025 14:59:07 +0530 Subject: [PATCH] drivers: bluetooth: hci: enable LC3 codec for BLE Audio Samples - enable/configure LC3 codec as default setting for BLE Audio based samples to work on iMXRT based platform which supports FPU. Signed-off-by: Nirav Agrawal --- boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig b/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig index 45f191d3508..667b6fce5e1 100644 --- a/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig +++ b/boards/shields/nxp_m2_wifi_bt/Kconfig.defconfig @@ -122,6 +122,15 @@ config BT_LONG_WQ_STACK_SIZE config MAIN_STACK_SIZE default 2560 +configdefault FPU + default y if CPU_HAS_FPU + +configdefault LIBLC3 + default y if BT_NXP_NW612 && BT_AUDIO && FPU + +configdefault BT_RX_STACK_SIZE + default 4096 if LIBLC3 + if SHELL config SHELL_STACK_SIZE