From 56d9281e24fa9a78f51b343e39446e3ddd2b7721 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 18 Dec 2024 10:45:37 +0900 Subject: [PATCH] Remove all references to CONFIG_SCHED_ATEXIT It has been removed a few years ago. https://github.com/apache/nuttx/pull/6197 --- crypto/libtomcrypt/Kconfig | 1 - interpreters/luamodules/luv/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/libtomcrypt/Kconfig b/crypto/libtomcrypt/Kconfig index fcf22323164..2af14e6e1c7 100644 --- a/crypto/libtomcrypt/Kconfig +++ b/crypto/libtomcrypt/Kconfig @@ -54,7 +54,6 @@ endif # LIBTOMCRYPT_LTCRYPT config LIBTOMCRYPT_HASHSUM tristate "LibTomCrypt hashsum" - depends on SCHED_ATEXIT default n ---help--- Demo hashsum application diff --git a/interpreters/luamodules/luv/Kconfig b/interpreters/luamodules/luv/Kconfig index fafe2fc2b61..88b2bcb14f4 100644 --- a/interpreters/luamodules/luv/Kconfig +++ b/interpreters/luamodules/luv/Kconfig @@ -15,7 +15,6 @@ config LUA_LUV_MODULE select NET_TCP select NET_UDP select PSEUDOFS_SOFTLINKS - select SCHED_ATEXIT select SCHED_HAVE_PARENT ---help--- Bare libuv bindings for Lua