From f55c102c93f8691c2f4941d9e6b2a26df7cf7b1e 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 aaca9d95d7bb4c8..11ce2e34a6c28df 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