arch/mips/src: All MIPS architctures now support CONFIG_ARCH_IDLE_CUSTOM

This commit is contained in:
Gregory Nutt
2018-05-07 11:17:19 -06:00
parent bd455c9e46
commit 6435a2b25b
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ config ARCH_IDLE_CUSTOM
perhaps or IDLE low power operations.
NOTE: As of this writing, this capability is only supported by ARM
architectures. However, the implementation is trivial: If
and MIPS architectures. However, the implementation is trivial: If
CONFIG_ARCH_IDLE_CUSTOM is defined, then the default IDLE loop file
is not included in the MCU-specific Make.defs file.