Commit f215e449 authored by Kumar Gala's avatar Kumar Gala Committed by Fabio Baltieri
Browse files

posix: eventfd: depends on polling



Have eventfd Kconfig select POLL is the code utilizes the polling
API.  We get a link error for tests/lib/fdtable/libraries.os.fdtable
when building on arm-clang without this.

Signed-off-by: default avatarKumar Gala <kumar.gala@intel.com>
parent 26ee3375
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ config APP_LINK_WITH_POSIX_SUBSYS
config EVENTFD
	bool "Support for eventfd"
	depends on !ARCH_POSIX
	select POLL
	default y if POSIX_API
	help
	  Enable support for event file descriptors, eventfd. An eventfd can