Jukka Laitinen 3d35929f3e Put gyro_fft in kernel by default in protected build
It is a performance issue to run it on user side

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2022-03-17 08:01:51 +01:00

13 lines
275 B
Plaintext

menuconfig MODULES_GYRO_FFT
bool "gyro_fft"
default n
---help---
Enable support for gyro_fft
menuconfig USER_GYRO_FFT
bool "gyro_fft running as userspace module"
default n
depends on BOARD_PROTECTED && MODULES_GYRO_FFT
---help---
Put gyro_fft in userspace memory