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