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:
parent
2a34ecf858
commit
3b49f79cc4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue