aboutsummaryrefslogtreecommitdiff
path: root/zephyr/Kconfig
diff options
context:
space:
mode:
authoravishi01 <avi.shif@arm.com>2021-11-08 16:24:55 +0000
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-30 10:39:09 +0000
commit2ceee3798df328f9221d7168ac046dfda10417f8 (patch)
tree09ba2eb25ba46522c7f8477eb56d2fb2e09d77f1 /zephyr/Kconfig
parent089a34786cbe02863eaa79f39dc92bf061dfcda8 (diff)
downloadethos-u-core-driver-2ceee3798df328f9221d7168ac046dfda10417f8.tar.gz
Support of tflu application using ethosu and Zephyr
move the zephyr basic files to zephyr/modules/ethos-u-core-driver and update the module name in module.yml to ethos-u-core-driver move relevant cmake configuration to the CMakeLists.txt (from the applications CMakeLists.txt). Change-Id: I5b801ed06ffcfeb618fdb375c0c81b59b8ee4b1e
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r--zephyr/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
deleted file mode 100644
index a318bb9..0000000
--- a/zephyr/Kconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright (c) 2021 Arm Limited. All rights reserved.
-# SPDX-License-Identifier: Apache-2.0
-
-config ARM_ETHOS_U
- bool "Ethos-U core driver"
- default y
- help
- This option enables the Arm Ethos-U core driver.