Adds a missing menuconfig for the DSP library as well as fix an issue with the zephyr library being a STATIC library and having no sources in the case of the cmsis backend. Signed-off-by: Yuval Peress <peress@google.com>
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_DSP=y
|
|
CONFIG_CMSIS_DSP=y
|
|
CONFIG_CMSIS_DSP_BASICMATH=y
|
|
CONFIG_DSP_BACKEND_CMSIS=y
|