modules libc3: Add missing Kconfig dependency

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>
This commit is contained in:
Alberto Escolar Piedras 2023-11-01 15:51:34 +01:00 committed by Carles Cufí
parent 2a34ecf858
commit 3b49f79cc4

View file

@ -7,5 +7,6 @@ config ZEPHYR_LIBLC3_MODULE
config LIBLC3
bool "liblc3 Support"
depends on FPU
select REQUIRES_FULL_LIBC
help
This option enables the Android liblc3 library for Bluetooth LE Audio