Skip to content

Commit

Permalink
Remove all references to CONFIG_SCHED_ATEXIT
Browse files Browse the repository at this point in the history
It has been removed a few years ago.
apache/nuttx#6197
  • Loading branch information
yamt authored and xiaoxiang781216 committed Dec 18, 2024
1 parent 9c8a96a commit 53db781
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crypto/libtomcrypt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ endif # LIBTOMCRYPT_LTCRYPT

config LIBTOMCRYPT_HASHSUM
tristate "LibTomCrypt hashsum"
depends on SCHED_ATEXIT
default n
---help---
Demo hashsum application
Expand Down
1 change: 0 additions & 1 deletion interpreters/luamodules/luv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53db781

Please sign in to comment.