Config.in 616 B

1234567891011121314151617
  1. config 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. config BR2_PACKAGE_NE10
  6. bool "ne10"
  7. depends on BR2_PACKAGE_NE10_ARCH_SUPPORTS
  8. help
  9. The Ne10 project has been set up to provide a set of common,
  10. useful functions which have been heavily optimized for the
  11. ARM and AArch64 Architecture and provide consistent well
  12. tested behavior that can be easily incorporated into
  13. applications. C interfaces to the functions are provided for
  14. both assembler and NEON implementations.
  15. http://projectne10.github.io/Ne10/