b5ec5349b0
libdsp: initial commit * libdsp: initial commit * libdsp: cosmetics Approved-by: Gregory Nutt <gnutt@nuttx.org>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config LIBDSP
|
|
bool "Digital Signal Processing Library"
|
|
default n
|
|
---help---
|
|
Enable build for various DSP functions
|