Seperate the ``ethos_u_common`` for every vendor and ``ethos_u_arm`` for sepcific Arm's boards. Enable vendors to self-configure the init flow and IRQ handler. Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
# Copyright (c) 2025 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "Select vendor Ethos-U NPU driver"
|
|
depends on ETHOS_U
|
|
default ETHOS_U_ARM if DT_HAS_ARM_ETHOS_U_ENABLED
|
|
|
|
config ETHOS_U_ARM
|
|
bool "Arm Ethos-U NPU driver"
|
|
help
|
|
Enables Arm Ethos-U NPU driver.
|
|
|
|
endchoice
|