MMU is enabled via the arch specific MMU option and by the platform. i.e. X86_MMU or ARM_MMU selects MMU. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
# Copyright 2021 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
|
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm64_reserved.ld"
|