Modify the Kconfig options to depend on the GATT features rather than selecting them. This is part of an effort to reduce the amount of selects we use in LE Audio. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_ISO_CENTRAL=y
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_GATT_AUTO_DISCOVER_CCC=y
|
|
CONFIG_BT_GATT_AUTO_UPDATE_MTU=y
|
|
CONFIG_BT_AUDIO=y
|
|
CONFIG_BT_BAP_UNICAST_CLIENT=y
|
|
CONFIG_BT_ISO_TX_BUF_COUNT=4
|
|
# Support an ISO channel per ASE
|
|
CONFIG_BT_ISO_MAX_CHAN=4
|
|
CONFIG_BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT=4
|
|
CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT=2
|
|
CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT=2
|
|
CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
|
|
|
|
CONFIG_BT_EXT_ADV=y
|