Config.in.arm.default 282 B

1234567891011121314
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_fpu_neon
  4. bool
  5. config ADK_fpu_vfp
  6. bool
  7. config ADK_TARGET_FPU
  8. string
  9. default "vfp" if ADK_fpu_vfp
  10. default "neon" if ADK_fpu_neon