diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 4aee251aec..a471ac72a7 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -1327,6 +1327,12 @@ The system can be re-made subsequently by just typing make
.
For use in C code
CONFIG_ENDIAN_BIG
:
Define if big endian (default is little endian).CONFIG_ARCH_NOINTC
:
+ Define if the architecture does not support an interrupt controller
+ or otherwise cannot support APIs like up_enable_irq() and up_disable_irq().CONFIG_ARCH_IRQPRIO
:
+ Define if the architecture suports prioritizaton of interrupts and the
+ up_prioritize_irq() API.