diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-01 13:49:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-01 13:49:11 +0100 |
commit | 32f739ae5196a00dde5b87ad5de3a4894984cef8 (patch) | |
tree | d12292453d093e72215ebebb9eb2ec5ce74c92c6 /target/linux/config | |
parent | f2ea9e8dbd4cc3c77ff4cc52688d7057d3289fab (diff) |
we need to select vfp
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 5bd0b647b..7a8796abc 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -184,10 +184,12 @@ config ADK_KERNEL_VFP config ADK_KERNEL_VFPv3 bool + select ADK_KERNEL_VFP default y if ADK_TARGET_CPU_WITH_FPU_VFPV3 config ADK_KERNEL_VFPv4 bool + select ADK_KERNEL_VFP default y if ADK_TARGET_CPU_WITH_FPU_VFPV4 config ADK_KERNEL_NEON |