8d375793dbabc9d8632ef1f61cc628f0c3265e5d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ne10 / Config.in
1 config BR2_PACKAGE_NE10
2         bool "ne10"
3         depends on BR2_arm
4         depends on BR2_ARM_FPU_NEON || BR2_ARM_FPU_NEON_VFPV4
5         help
6           The Ne10 project has been set up to provide a set of common,
7           useful functions which have been heavily optimized for the
8           ARM Architecture and provide consistent well tested behavior
9           that can be easily incorporated into applications. C
10           interfaces to the functions are provided for both assembler
11           and NEON implementations.
12
13           http://projectne10.github.io/Ne10/
14
15 comment "ne10 needs a toolchain w/ neon"
16         depends on BR2_arm
17         depends on !(BR2_ARM_FPU_NEON || BR2_ARM_FPU_NEON_VFPV4)