[openwrt/openwrt] zynq: Enable CONFIG_KERNEL_MODE_NEON
LEDE Commits
lede-commits at lists.infradead.org
Fri Feb 26 14:43:39 EST 2021
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7d00f632b7b245bcf25783797308325aa255b020
commit 7d00f632b7b245bcf25783797308325aa255b020
Author: Ilya Lipnitskiy <ilya.lipnitskiy at gmail.com>
AuthorDate: Fri Feb 19 15:41:42 2021 -0800
zynq: Enable CONFIG_KERNEL_MODE_NEON
This flag is set on all other platforms. And Zynq 7000 SoC does have
NEON support:
https://www.xilinx.com/support/documentation/application_notes/xapp1206-boost-sw-performance-zynq7soc-w-neon.pdf
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy at gmail.com>
---
target/linux/zynq/config-5.4 | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.4
index 38a6dae36a..08deed7858 100644
--- a/target/linux/zynq/config-5.4
+++ b/target/linux/zynq/config-5.4
@@ -369,7 +369,6 @@ CONFIG_JBD2=y
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
CONFIG_KERNEL_GZIP=y
-# CONFIG_KERNEL_MODE_NEON is not set
# CONFIG_KERNEL_XZ is not set
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_GPIO=y
More information about the lede-commits
mailing list