2021-03-24 19:37:07 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-03-17 05:07:43 +08:00
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
2021-03-24 19:37:07 +08:00
|
|
|
|
|
|
|
config ARM_STORE_EXC_RETURN
|
|
|
|
bool
|
|
|
|
default y if ARM_NONSECURE_FIRMWARE
|
|
|
|
help
|
|
|
|
Redefine this with looser requirements, so the EXC_RETURN value can
|
|
|
|
be checked in the test. This essentially tests that the official
|
|
|
|
requirements are sane.
|
|
|
|
|
|
|
|
source "Kconfig.zephyr"
|