arm: core: Add MPU parameter to the arm core
This patch add the Memory Protection Unit parameter to the arm core configuration. Change-Id: Ifee8cdd5738391a6f182e8d0382d27eeb8c546ba Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org> Signed-off-by: Marc Moreno <marc.morenoberengue@linaro.org>
This commit is contained in:
parent
8f6d874f59
commit
0974496d52
2 changed files with 159 additions and 0 deletions
|
@ -31,6 +31,13 @@ config CPU_HAS_SYSTICK
|
|||
help
|
||||
This option is enabled when the CPU has systick timer implemented.
|
||||
|
||||
config CPU_HAS_MPU
|
||||
bool
|
||||
# Omit prompt to signify "hidden" option
|
||||
default n
|
||||
help
|
||||
This option is enabled when the CPU has a Memory Protection Unit (MPU).
|
||||
|
||||
config CPU_HAS_FPU
|
||||
# Hidden config selected by CPU family
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue