Skip to content

Commit

Permalink
DRC: math: Add MATH_EXP to Kernel coniguration
Browse files Browse the repository at this point in the history
To the kernel configuration for the MATH Window
and the library of auditory functions, add MATH_EXP.

Signed-off-by: shastry <[email protected]>
  • Loading branch information
ShriramShastry committed Dec 8, 2023
1 parent 69ebd9a commit a4aa65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/math/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ config MATH_WINDOW
default n
select CORDIC_FIXED
select NATURAL_LOGARITHM_FIXED
select MATH_EXP
help
Select this to build a library for window functions. The window functions
are used to mitigate artefacts (from nature of FFT) to spectra when
Expand All @@ -163,7 +164,7 @@ config MATH_AUDITORY
bool "Auditory functions library"
default n
select NATURAL_LOGARITHM_FIXED

select MATH_EXP
help
Select this to build a psychoacoustics and auditory system related
functions library. Currently the library provides functions for Mel
Expand Down

0 comments on commit a4aa65c

Please sign in to comment.