summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:49:11 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:49:11 +0100
commit32f739ae5196a00dde5b87ad5de3a4894984cef8 (patch)
treed12292453d093e72215ebebb9eb2ec5ce74c92c6 /target
parentf2ea9e8dbd4cc3c77ff4cc52688d7057d3289fab (diff)
we need to select vfp
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.kernel2
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