move sbc to bluetooth because only bluetooth uses it, change CONFIG_LIBSBC_ENCODER and CONFIG_LIBSBC_DECODER as CONFIG_LIBSBC. Signed-off-by: Mark Wang <yichang.wang@nxp.com>
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
# Copyright (c) 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_LIBSBC_MODULE
|
|
bool
|
|
|
|
config LIBSBC
|
|
bool "libsbc Support"
|
|
help
|
|
This option enables Low Complexity Subband Codec (SBC)
|