Instead of handling some of the configuation thru board overlays let's handle it thru the sample Kconfig file, which reduces the amount of duplicate lines. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
15 lines
323 B
Text
15 lines
323 B
Text
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_AUDIO=y
|
|
CONFIG_BT_BAP_BROADCAST_SOURCE=y
|
|
|
|
CONFIG_BT_ISO_MAX_CHAN=2
|
|
CONFIG_BT_BAP_BROADCAST_SRC_STREAM_COUNT=2
|
|
CONFIG_BT_BAP_BROADCAST_SRC_SUBGROUP_COUNT=2
|
|
CONFIG_BT_ISO_TX_BUF_COUNT=4
|
|
|
|
CONFIG_BT_DEVICE_NAME="Broadcast Audio Source"
|
|
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|