f0937215f7
- The ARC CPU_HAS_MPU dependencies were added within the menu menu "ARCH MPU Options" depends on CPU_HAS_MPU (arch/arc/core/mpu/Kconfig is source'd within it). - The ARM CPU_HAS_MPU dependencies were redundantly added by if CPU_HAS_MPU source "arch/arm/core/cortex_m/mpu/Kconfig" endif and by some 'depends on CPU_HAS_MPU' within that file. Remove the 'depends on' and move the 'if' into the file instead. Tip: Jump to symbols with '/' in the menuconfig and press '?' to check their dependencies. If there are duplicated dependencies, the 'included via ...' path can be handy to discover where they are added. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
arc_core_mpu.c | ||
arc_mpu.c |