From b09c2b42dd72559677c3a33d6e6eab61f07e1c7d Mon Sep 17 00:00:00 2001 From: ligd Date: Thu, 29 Jul 2021 23:00:06 +0800 Subject: [PATCH] arm: add ARM_HAVE_NEON to Kconfig Change-Id: I112037aa15a6fae76cf4b7c2df10a42899c38a61 Signed-off-by: ligd --- arch/arm/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c0c30860c14..4849f4f26dd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -834,6 +834,12 @@ config ARM_HAVE_FPU_D32 FPU implemented in the VFPv3-D32 format that supports 32 double-precision floating-point registers. +config ARM_HAVE_NEON + bool + default n + ---help--- + Decide whether support NEON instruction + config ARM_HAVE_MPU_UNIFIED bool default n