diff options
| author | Ilya Lipnitskiy | 2021-02-19 23:41:42 +0000 |
|---|---|---|
| committer | David Bauer | 2021-02-26 19:41:00 +0000 |
| commit | 7d00f632b7b245bcf25783797308325aa255b020 (patch) | |
| tree | f10585bb8db9086eb575c02ff8b81ea7b68216cb | |
| parent | 9a9cf40dd968f409cf36c9537e79438d35322d95 (diff) | |
| download | openwrt-7d00f632b7b245bcf25783797308325aa255b020.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/zynq/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |