kconfig: Fix typo in ARM_MPU help
The ARMv7-M MPU requires power-of-two alignment, not the ARMv8-M MPU, as noted a few lines later. Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
This commit is contained in:
parent
e0318ff3ee
commit
219d9fc082
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ config ARM_MPU
|
|||
MCU implements Memory Protection Unit.
|
||||
|
||||
Notes:
|
||||
The ARMv6-M and ARMv8-M MPU architecture requires a power-of-two
|
||||
The ARMv6-M and ARMv7-M MPU architecture requires a power-of-two
|
||||
alignment of MPU region base address and size.
|
||||
|
||||
The NXP MPU as well as the ARMv8-M MPU do not require MPU regions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue