zephyr/arch
Ioannis Glaropoulos 98201228ee arch: enable MPU Gap filling by default in build without user mode
When we build without support for user mode, we do not need
a large number of MPU regions, so we should not allow having
MPU_GAP_FILLING unset. This would allow PRIV code execute from
SRAM, which is an unnecessary compromise on ARMv8-M builds
without USERSPACE support. We update the Kconfig dependencies
and add a sentence for clarification.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-11-22 11:36:59 +01:00
..
arc arch: arc: clear ici interrupt during init 2019-11-13 12:04:18 -08:00
arm arch/arm: Fix formatting in arch/arm/core/fatal esf_dump 2019-11-18 13:51:47 +01:00
common kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
nios2 kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
posix posix arch: Use zephyr_link_libraries() to set -m32 2019-11-21 13:08:56 +01:00
riscv kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
x86 x86: enable MMU on 64-bit with SMP 2019-11-08 15:16:43 -08:00
xtensa kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig arch: enable MPU Gap filling by default in build without user mode 2019-11-22 11:36:59 +01:00