From fea44e8b35cb508cdc3ed74de2223baccfa4037b Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Thu, 4 Jun 2020 22:16:43 -0500 Subject: [PATCH] cpu/cortexm_common: add HAS_CORTEX_MPU feature Signed-off-by: Jean Pierre Dudey --- cpu/cortexm_common/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cpu/cortexm_common/Kconfig b/cpu/cortexm_common/Kconfig index 1d3e52ca30..65ad5833a2 100644 --- a/cpu/cortexm_common/Kconfig +++ b/cpu/cortexm_common/Kconfig @@ -94,3 +94,8 @@ config HAS_CORTEXM_FPU bool help Indicates that a ARM Cortex-M FPU is present. + +config HAS_CORTEXM_MPU + bool + help + Indicates that a ARM Cortex-M MPU is present.