From 3d35929f3ef532e21fba3e0b80c821573a0229d1 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Tue, 22 Feb 2022 10:56:13 +0200 Subject: [PATCH] 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 --- src/modules/gyro_fft/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/gyro_fft/Kconfig b/src/modules/gyro_fft/Kconfig index c4557881c5..f37123f1a9 100644 --- a/src/modules/gyro_fft/Kconfig +++ b/src/modules/gyro_fft/Kconfig @@ -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