diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c2ed3b4d1bc..0eb4e6f449a 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: January 9, 2011
+Last Updated: January 16, 2011
@@ -3612,6 +3612,15 @@ buildCONFIG_USBHOST_NPREALLOC: Number of pre-allocated class instances
CONFIG_USBHOST_BULK_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling bulk endpoint support
+ CONFIG_USBHOST_INT_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling interrupt endpoint support
+ CONFIG_USBHOST_ISOC_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling isochronous endpoint support
+