1# For LC3 the following configs are needed
2CONFIG_FPU=y
3CONFIG_LIBLC3=y
4
5# For USB audio the following configs are needed
6CONFIG_RING_BUFFER=y
7CONFIG_USB_DEVICE_STACK=y
8CONFIG_USB_DEVICE_AUDIO=y
9CONFIG_USB_DEVICE_PRODUCT="Zephyr Shell USB"
10
11# Enable encryption in the host
12CONFIG_BT_SEND_ECC_EMULATION=y
13