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