diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 01:08:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 01:08:25 +0100 |
commit | fb3ce8f9ddf972e7eac5c2c6998c621e0100bda3 (patch) | |
tree | a7a6227697338ebb469978cdd19fc06e5b8d8c80 /target/config | |
parent | cc328910729827d72311e59e2aa99403de84db35 (diff) | |
parent | 3506da29a1648b1890c9a49c1eb8cdfdc0eca6f8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 38004d7e3..05f495449 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -37,6 +37,12 @@ config ADK_soft_float config ADK_hard_float boolean +config ADK_fpu_neon + boolean + +config ADK_fpu_vfp + boolean + config ADK_mode_arm boolean @@ -48,6 +54,11 @@ config ADK_TARGET_FLOAT default "hard" if ADK_hard_float default "soft" if ADK_soft_float +config ADK_TARGET_FPU + string + default "vfp" if ADK_fpu_vfp + default "neon" if ADK_fpu_neon + config ADK_TARGET_ARM_MODE depends on ADK_LINUX_ARM string |