File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: <text>Copyright 2021-2022, 2024 Arm Limited and/or its
1
+ # SPDX-FileCopyrightText: <text>Copyright 2021-2022, 2024-2025 Arm Limited and/or its
2
2
# affiliates <
[email protected] ></text>
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
@@ -13,7 +13,8 @@ if ARM_ETHOS_U
13
13
menu "Arm Ethos-U NPU configuration"
14
14
choice ARM_ETHOS_U_NPU_CONFIG
15
15
prompt "Arm Ethos-U NPU configuration"
16
- default ARM_ETHOS_U55_128
16
+ default ARM_ETHOS_U55_128 if SOC_SERIES_MPS3
17
+ default ARM_ETHOS_U85_256 if SOC_SERIES_MPS4
17
18
config ARM_ETHOS_U55_64
18
19
bool "using Ethos-U55 with 64 macs"
19
20
config ARM_ETHOS_U55_128
Original file line number Diff line number Diff line change 2
2
3
3
# Copyright (c) 2019, 2020 Linaro Limited
4
4
# Copyright (c) 2020, 2021 Nordic Semiconductor ASA
5
- # Copyright 2024 Arm Limited and/or its affiliates <
[email protected] >
5
+ # Copyright 2024
-2025 Arm Limited and/or its affiliates <
[email protected] >
6
6
# SPDX-License-Identifier: Apache-2.0
7
7
8
8
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
@@ -333,7 +333,7 @@ endchoice
333
333
334
334
config TFM_ETHOS_DRIVER_PATH_LOCAL
335
335
string "Path to a locally available Ethos-U driver or an empty string"
336
- depends on SOC_SERIES_MPS3
336
+ depends on SOC_SERIES_MPS3 || SOC_SERIES_MPS4
337
337
default "${ZEPHYR_HAL_ETHOS_U_MODULE_DIR}"
338
338
help
339
339
Path to a locally available Ethos-U driver to be used for TF-M builds or
You can’t perform that action at this time.
0 commit comments