xref: /OK3568_Linux_fs/buildroot/package/ne10/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NE10_ARCH_SUPPORTS
2*4882a593Smuzhiyun	bool
3*4882a593Smuzhiyun	default y if BR2_aarch64
4*4882a593Smuzhiyun	default y if BR2_arm && (BR2_ARM_FPU_NEON || BR2_ARM_FPU_NEON_VFPV4)
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_NE10
7*4882a593Smuzhiyun	bool "ne10"
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_NE10_ARCH_SUPPORTS
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  The Ne10 project has been set up to provide a set of common,
11*4882a593Smuzhiyun	  useful functions which have been heavily optimized for the
12*4882a593Smuzhiyun	  ARM and AArch64 Architecture and provide consistent well
13*4882a593Smuzhiyun	  tested behavior that can be easily incorporated into
14*4882a593Smuzhiyun	  applications. C interfaces to the functions are provided for
15*4882a593Smuzhiyun	  both assembler and NEON implementations.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://projectne10.github.io/Ne10/
18