1CONFIG_LOG_MODE_IMMEDIATE=y
2
3CONFIG_LIBLC3=y
4CONFIG_FPU=y
5
6# For LE-audio at 10ms intervals we need the tick counter to occur more frequently
7# than every 10 ms as each PDU for some reason takes 2 ticks to process.
8CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
9CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
10