diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 941599b1ae..d69a85a11b 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -4933,6 +4933,13 @@ build
Configure the CDC serial driver as part of a composite driver
(only if CONFIG_USBDEV_COMPOSITE
is also defined)
+
CONFIG_CDCACM_IFNOBASE
:
+ If the CDC driver is part of a composite device, then this may need to
+ be defined to offset the CDC/ACM interface numbers so that they are
+ unique and contiguous. When used with the Mass Storage driver, the
+ correct value for this offset is zero.
+ CONFIG_CDCACM_EP0MAXPACKET
: Endpoint 0 max packet size. Default 64.
CONFIG_USBMSC_COMPOSITE
:
Configure the mass storage driver as part of a composite driver
(only if CONFIG_USBDEV_COMPOSITE
is also defined)
+
+ CONFIG_USBMSC_IFNOBASE
:
+ If the CDC driver is part of a composite device, then this may need to
+ be defined to offset the mass storage interface number so that it is
+ unique and contiguous. When used with the CDC/ACM driver, the
+ correct value for this offset is two (because of the two CDC/ACM
+ interfaces that will precede it).
+ CONFIG_USBMSC_EP0MAXPACKET
:
Max packet size for endpoint 0