Browse Source
Ports the qemu_virt_arm64 SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
6 changed files with 10 additions and 4 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright (c) 2022 Huawei France Technologies SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config SOC_QEMU_VIRT_ARM64 |
||||
bool |
||||
select SOC_FAMILY_ARM64 |
||||
|
||||
config SOC |
||||
default "qemu_virt_arm64" if SOC_QEMU_VIRT_ARM64 |
Loading…
Reference in new issue