| # Disable MPU and MMU on all supported arches for the bulk of the tests. | |
| # | |
| # This uses the fact that setting an unknown symbol to 'n' has no effect, | |
| # so it is safe to group different arch-specific settings here. | |
| # | |
| CONFIG_ARM_MPU=n | |
| CONFIG_ARM_AARCH32_MMU=n | |
| CONFIG_RISCV_PMP=n | |
| CONFIG_ARC_MPU_ENABLE=n |