summaryrefslogtreecommitdiff
path: root/infra/nnfw/cmake/options/options_armv7l-linux.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'infra/nnfw/cmake/options/options_armv7l-linux.cmake')
-rw-r--r--infra/nnfw/cmake/options/options_armv7l-linux.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/infra/nnfw/cmake/options/options_armv7l-linux.cmake b/infra/nnfw/cmake/options/options_armv7l-linux.cmake
new file mode 100644
index 000000000..f06f998d9
--- /dev/null
+++ b/infra/nnfw/cmake/options/options_armv7l-linux.cmake
@@ -0,0 +1,8 @@
+#
+# armv7l linux cmake options
+#
+option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" ON)
+option(BUILD_ANDROID_TFLITE "Enable android support for TensorFlow Lite" OFF)
+option(DOWNLOAD_ARMCOMPUTE "Download ARM Compute source" ON)
+option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
+option(BUILD_SRCN_KERNEL "Build srcn kernel" ON)