8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
|
# Copyright (c) 2022 Arm Limited (or its affiliates). All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SMC_CALL_USE_HVC
|
||
|
bool "Set smc call method to hvc"
|
||
|
|
||
|
source "Kconfig.zephyr"
|