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>
This commit is contained in:
Jukka Laitinen 2022-02-22 10:56:13 +02:00 committed by Beat Küng
parent 4658a627d7
commit 3d35929f3e

View File

@ -6,7 +6,7 @@ menuconfig MODULES_GYRO_FFT
menuconfig USER_GYRO_FFT
bool "gyro_fft running as userspace module"
default y
default n
depends on BOARD_PROTECTED && MODULES_GYRO_FFT
---help---
Put gyro_fft in userspace memory