Skip to content

Commit 370ff7b

Browse files
wearyzennordicjm
authored andcommitted
[nrf fromtree] modules: ethos_u: arm: update for MPS4
Update support for MPS4 which has default 256 MACs as per FVP. Signed-off-by: Sudan Landge <[email protected]> (cherry picked from commit 97c501f)
1 parent c7861ae commit 370ff7b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

modules/hal_ethos_u/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
1313
menu "Arm Ethos-U NPU configuration"
1414
choice 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
1718
config ARM_ETHOS_U55_64
1819
bool "using Ethos-U55 with 64 macs"
1920
config ARM_ETHOS_U55_128

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

88
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
@@ -333,7 +333,7 @@ endchoice
333333

334334
config 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

0 commit comments

Comments
 (0)