From ee6490b6d448c2d53e6c72d9d413b1426998473e Mon Sep 17 00:00:00 2001 From: kimocoder Date: Wed, 15 Feb 2023 19:07:12 +0100 Subject: [PATCH] Turn of CONFIG_MP_INCLUDED --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01dbf3e..568c9e4 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ CONFIG_GSPI_HCI = n ########################## Features ########################### CONFIG_AP_MODE = y CONFIG_P2P = y -CONFIG_MP_INCLUDED = y +CONFIG_MP_INCLUDED = n CONFIG_POWER_SAVING = n CONFIG_IPS_MODE = default CONFIG_LPS_MODE = default