blob: 849817b36acb27e700f3f4ba69bfcc8d9b1e562e [file] [log] [blame]
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
CONFIG_RING_BUFFER=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_AUDIO=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr Shell USB"
# The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
# inctease stack size for that thread.
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=5120
CONFIG_BT_TINYCRYPT_ECC=y