From 2d57694855e0fd34e262669788d6f69131f13543 Mon Sep 17 00:00:00 2001 From: Ville Juven Date: Wed, 25 May 2022 12:39:16 +0300 Subject: [PATCH] esp32:wamr_wasi_debug: Remove CONFIG_SCHED_ONEXIT This file got merged just before merging the patch that removes this config from the kernel, this cleans it up --- .../xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig index 7722111e82..072df62ab8 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wamr_wasi_debug/defconfig @@ -96,7 +96,6 @@ CONFIG_RAW_BINARY=y CONFIG_RR_INTERVAL=200 CONFIG_SCHED_HPWORK=y CONFIG_SCHED_HPWORKSTACKSIZE=2048 -CONFIG_SCHED_ONEXIT=y CONFIG_SERIAL_NPOLLWAITERS=2 CONFIG_SIG_DEFAULT=y CONFIG_SPI=y