diff --git a/arch/Kconfig b/arch/Kconfig index 67b0c407c08..eba0960d683 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -155,10 +155,6 @@ module = ARCH module-str = arch source "subsys/logging/Kconfig.template.log_config" -module = MPU -module-str = mpu -source "subsys/logging/Kconfig.template.log_config" - config BIG_ENDIAN bool help @@ -664,6 +660,10 @@ menuconfig MPU is enabled. if MPU +module = MPU +module-str = mpu +source "subsys/logging/Kconfig.template.log_config" + config MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT bool help