| 123456789 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.config ADK_TARGET_ARCH_ARM_WITH_NEON	bool "enable NEON SIMD support"	depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_CPU_WITH_NEON	default n	help	  Enable support for NEON SIMD CPU extensions.
 |