1# For LC3 the following configs are needed
2CONFIG_FPU=y
3CONFIG_LIBLC3=y
4# The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
5# inctease stack size for that thread.
6CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
7# LC3 lib requires floating point support in the c-lib NEWLIB is one way of getting that.
8CONFIG_NEWLIB_LIBC=y
9