3b49f79cc4
The LC3 coded requires floating point support in the C library, so let's select REQUIRES_FULL_LIBC in the module kconfig, instead of having samples adding it to their prj.conf Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
# Copyright (c) 2022 Bose Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_LIBLC3_MODULE
|
|
bool
|
|
|
|
config LIBLC3
|
|
bool "liblc3 Support"
|
|
depends on FPU
|
|
select REQUIRES_FULL_LIBC
|
|
help
|
|
This option enables the Android liblc3 library for Bluetooth LE Audio
|