[openwrt/openwrt] zynq: Enable CONFIG_KERNEL_MODE_NEON

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 10 16:48:43 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/aebfc2f6f3e2307cb586b1ff50924a2803cbcd3c

commit aebfc2f6f3e2307cb586b1ff50924a2803cbcd3c
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>
    (cherry picked from commit 7d00f632b7b245bcf25783797308325aa255b020)
---
 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