diff options
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig index 4dd2503..5c58aae 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -5,9 +5,9 @@ config WIREGUARD select DST_CACHE select CRYPTO_BLKCIPHER select VFP - select VFPv3 - select NEON - select KERNEL_MODE_NEON + select VFPv3 if CPU_V7 + select NEON if CPU_V7 + select KERNEL_MODE_NEON if CPU_V7 default m help WireGuard is a secure, fast, and easy to use replacement for IPSec |