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