zephyr/modules/liblc3/Kconfig
Alberto Escolar Piedras 3b49f79cc4 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>
2023-11-06 10:10:27 +01:00

13 lines
271 B
Plaintext

# Copyright (c) 2022 Bose Corporation
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_LIBLC3_MODULE
bool
config LIBLC3
bool "liblc3 Support"
depends on FPU
select REQUIRES_FULL_LIBC
help
This option enables the Android liblc3 library for Bluetooth LE Audio