diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index 99ff9563fee..43eed8c2e91 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -6050,6 +6050,25 @@ interface of the same name.
occurred for any of the file descriptors, then poll() blocks until
one of the events occurs.
+ Configuration Settings.
+ In order to use the poll() API, the following must be defined
+ in your NuttX configuration file:
+
CONFIG_NFILE_DESCRIPTORS Defined to be greater than 0CONFIG_DISABLE_POLL NOT defined+ In order to use the select with TCP/IP sockets test, you must also have the following additional things + selected in your NuttX configuration file: +
+CONFIG_NET Defined for general network supportCONFIG_NET_TCP Defined for TCP/IP supportCONFIG_NSOCKET_DESCRIPTORS Defined to be greater than 0CONFIG_NET_NTCP_READAHEAD_BUFFERS Defined to be greater than zeroInput Parameters: