kconfig: guard MPU logging macros
MPU logging Kconfigs should only appear when MPU is enabled. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a5dfd6bd64
commit
7d799fdff0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue