Migrate the testsuite tests/drivers/syscon to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
# Copyright 2021 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_MMU=y
|
|
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
|
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm64_reserved.ld"
|