These are referenced by the "x module not available" message in modules/Kconfig, but were only defined in the module, were generating an undefined symbol warning when running CI compliance with no modules. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
244 B
Text
11 lines
244 B
Text
# Copyright (c) 2022 Bose Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_LIBLC3_MODULE
|
|
bool
|
|
|
|
config LIBLC3
|
|
bool "liblc3 Support"
|
|
depends on FPU
|
|
help
|
|
This option enables the Android liblc3 library for Bluetooth LE Audio
|