Lines Matching +full:ethos +full:- +full:u
1 # SPDX-FileCopyrightText: <text>Copyright 2021-2022, 2024 Arm Limited and/or its
2 # affiliates <open-source-office@arm.com></text>
3 # SPDX-License-Identifier: Apache-2.0
6 bool "Ethos-U core driver"
10 This option enables the Arm Ethos-U core driver.
13 menu "Arm Ethos-U NPU configuration"
15 prompt "Arm Ethos-U NPU configuration"
18 bool "using Ethos-U55 with 64 macs"
20 bool "using Ethos-U55 with 128 macs"
22 bool "using Ethos-U55 with 256 macs"
24 bool "using Ethos-U65 with 128 macs"
26 bool "using Ethos-U65 with 256 macs"
28 bool "using Ethos-U65 with 512 macs"
34 default "ethos-u55-64" if ARM_ETHOS_U55_64
35 default "ethos-u55-128" if ARM_ETHOS_U55_128
36 default "ethos-u55-256" if ARM_ETHOS_U55_256
37 default "ethos-u65-128" if ARM_ETHOS_U65_128
38 default "ethos-u65-256" if ARM_ETHOS_U65_256
39 default "ethos-u65-512" if ARM_ETHOS_U65_512
44 prompt "Max compiled-in log level for arm_ethos_u"