1# Copyright (c) 2022 Bose Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config ZEPHYR_LIBLC3_MODULE
5 bool
6
7config LIBLC3
8 bool "liblc3 Support"
9 depends on FPU
10 select REQUIRES_FULL_LIBC
11 help
12 This option enables the Android liblc3 library for Bluetooth LE Audio
13