From 11f8b7c9742b79e9377ae9e54d90f2e91c74b1e6 Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Mon, 20 Jul 2020 09:50:11 +0900 Subject: [PATCH] boards: stm32f4discovery: Remove CONFIG_SCHED_LPWORK=y from wifi/defconfig Signed-off-by: Masayuki Ishikawa --- boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig index 46c68136a1..f5ed9dea3c 100644 --- a/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig +++ b/boards/arm/stm32/stm32f4discovery/configs/wifi/defconfig @@ -80,7 +80,6 @@ CONFIG_RAM_START=0x20000000 CONFIG_RAW_BINARY=y CONFIG_READLINE_CMD_HISTORY=y CONFIG_RR_INTERVAL=200 -CONFIG_SCHED_LPWORK=y CONFIG_SCHED_LPWORKPRIORITY=30 CONFIG_SCHED_WAITPID=y CONFIG_SDCLONE_DISABLE=y