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 <nirav.agrawal@nxp.com>
This commit is contained in:
parent
6013fc7201
commit
70fbf4e0b7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user