Skip to content

Commit a4aa65c

Browse files
DRC: math: Add MATH_EXP to Kernel coniguration
To the kernel configuration for the MATH Window and the library of auditory functions, add MATH_EXP. Signed-off-by: shastry <malladi.sastry@intel.com>
1 parent 69ebd9a commit a4aa65c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/math/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ config MATH_WINDOW
142142
default n
143143
select CORDIC_FIXED
144144
select NATURAL_LOGARITHM_FIXED
145+
select MATH_EXP
145146
help
146147
Select this to build a library for window functions. The window functions
147148
are used to mitigate artefacts (from nature of FFT) to spectra when
@@ -163,7 +164,7 @@ config MATH_AUDITORY
163164
bool "Auditory functions library"
164165
default n
165166
select NATURAL_LOGARITHM_FIXED
166-
167+
select MATH_EXP
167168
help
168169
Select this to build a psychoacoustics and auditory system related
169170
functions library. Currently the library provides functions for Mel

0 commit comments

Comments
 (0)