From 3b49f79cc41f2ef8f0409b99903b4a78ae332ef4 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 1 Nov 2023 15:51:34 +0100 Subject: [PATCH] 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 --- modules/liblc3/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/liblc3/Kconfig b/modules/liblc3/Kconfig index aaca9d95d7..11ce2e34a6 100644 --- a/modules/liblc3/Kconfig +++ b/modules/liblc3/Kconfig @@ -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