diff --git a/doc/guides/porting/board_porting.rst b/doc/guides/porting/board_porting.rst index 57640661736..3776059a038 100644 --- a/doc/guides/porting/board_porting.rst +++ b/doc/guides/porting/board_porting.rst @@ -372,6 +372,10 @@ while porting. - If available, enable pinmux and interrupt controller drivers. +- It is recommended to enable the MPU by default, if there is support for it + in hardware. For boards with limited memory resources it is acceptable to + disable it. + .. _flash-and-debug-support: Flash and debug support