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
22# affiliates <
[email protected] ></text>
33# SPDX-License-Identifier: Apache-2.0
44
@@ -13,7 +13,8 @@ if ARM_ETHOS_U
1313menu "Arm Ethos-U NPU configuration"
1414choice ARM_ETHOS_U_NPU_CONFIG
1515 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
1718config ARM_ETHOS_U55_64
1819 bool "using Ethos-U55 with 64 macs"
1920config ARM_ETHOS_U55_128
Original file line number Diff line number Diff line change 22
33# Copyright (c) 2019, 2020 Linaro Limited
44# 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] >
66# SPDX-License-Identifier: Apache-2.0
77
88config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
@@ -333,7 +333,7 @@ endchoice
333333
334334config TFM_ETHOS_DRIVER_PATH_LOCAL
335335 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
337337 default "${ZEPHYR_HAL_ETHOS_U_MODULE_DIR}"
338338 help
339339 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