Skip to content

Commit

Permalink
modules libc3: Add missing Kconfig dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aescolar committed Nov 1, 2023
1 parent d89938f commit f55c102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/liblc3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f55c102

Please sign in to comment.