Skip to content

Commit

Permalink
tests: posix: fs: disable CONFIG_EVENTFD
Browse files Browse the repository at this point in the history
The test doesn't use eventfd so we can disable it to save some space.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak authored and fabiobaltieri committed May 9, 2023
1 parent f215e44 commit 70e921d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/posix/fs/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ CONFIG_POSIX_FS=y
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_EVENTFD=n

0 comments on commit 70e921d

Please sign in to comment.