1# Copyright (c) 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config ZEPHYR_LIBSBC_MODULE 5 bool 6 7config LIBSBC_ENCODER 8 bool "libsbc encoder Support" 9 help 10 This option enables the Android SBC encoder library for Bluetooth A2DP 11 12config LIBSBC_DECODER 13 bool "libsbc decoder Support" 14 help 15 This option enables the Android SBC decoder library for Bluetooth A2DP 16