1. Add support for multiple syscon entries (as a side effect, this also fixed syscon.c implementations which weren't being linked to their syscon.h counterparts). 2. Add support for different width registers in syscon. 3. Add tests for syscon Signed-off-by: Yuval Peress <peress@chromium.org>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
# Copyright 2021 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_MMU=y
|
|
CONFIG_HAVE_CUSTOM_LINKER_SCRIPT=y
|
|
CONFIG_CUSTOM_LINKER_SCRIPT="linker_arm64_reserved.ld"
|