summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:19:02 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-01 13:19:02 +0100
commitdce7d2df8c73896aeef77118fe89fc7e88d035fe (patch)
tree8cc7ac5bd8320585a91d45bbcbee1a9524267f4a /target/linux/config/Config.in.kernel
parent874f9c46c0a02893e6ca2cfc32a085c99dc78d28 (diff)
fix vfp symbols
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 68dfae242..5bd0b647b 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -184,11 +184,11 @@ config ADK_KERNEL_VFP
config ADK_KERNEL_VFPv3
bool
- default y if ADK_TARGET_CPU_WITH_FPU_VFP3
+ default y if ADK_TARGET_CPU_WITH_FPU_VFPV3
config ADK_KERNEL_VFPv4
bool
- default y if ADK_TARGET_CPU_WITH_FPU_VFP4
+ default y if ADK_TARGET_CPU_WITH_FPU_VFPV4
config ADK_KERNEL_NEON
bool