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.